blob: 086b5463f7f070755ae7636e2671ce17c0cc2022 [file] [log] [blame]
long f(short a,short b){return (long)a/b;}
main(){if(f(-32768,-1)!=32768L)abort();else exit(0);}