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