blob: b49ab425b21675fc0669182c4b1e61870c3bff23 [file] [log] [blame]
typedef int t;
f(t y){switch(y){case 1:return 1;}return 0;}
main(){if(f((t)1)!=1)abort();exit(0);}