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

// main.cpp
#include "header.h"

int test4()
{
    return 0;
}