summaryrefslogtreecommitdiff
path: root/tests/projects/objc++/precompiled_header/test3.mm
blob: 7daf91dd7a88ad0f4658c80c0b9ebd49e9fbadc9 (plain)
1
2
3
4
5
6
7
8

#include "src/header.h"
#include "src/header2.h"

int test3()
{
    return 0;
}