blob: f0b96f3059dde6e5192c75935c301ef5c0f07204 [file] [log] [blame]
int main() {
int x;
if (x) return 1;
return 0;
}