8 lines
90 B
C++
8 lines
90 B
C++
extern "C" int func();
|
|
|
|
class BreakPlainCCompiler;
|
|
|
|
int main(void) {
|
|
return func();
|
|
}
|