blob: bd28fd30085b7baff54b5682a6fd15b07945f3f3 [file] [log] [blame] [edit]
#include <stdio.h>
class Test {}; // This will fail in C mode
int main() {
printf("hello, world!\n");
return 0;
}