summaryrefslogtreecommitdiffstats
path: root/test cases/common/7 mixed/main.cc
blob: 9a7a7a65c91aaacfbb3cab0fea4f1265776366af (plain)
1
2
3
4
5
6
7
extern "C" int func();

class BreakPlainCCompiler;

int main(void) {
    return func();
}