blob: 732cffa3ff17ee6f76db89a17d812f2b6a1dd0c1 [file] [log] [blame]
#import<stdio.h>
class MyClass {
};
int main(void) {
return 1 / 0;
}