cling/test/ErrorRecovery/CurrentFailures.h
2012-09-05 09:37:39 +00:00

7 lines
116 B
C++

extern "C" int printf(const char* fmt, ...);
class MyClass {
MyClass() { printf("MyClass ctor called!\n"); }
};