Files
c0db/test/ishr.c0
2015-03-28 18:35:43 -04:00

4 lines
57 B
Plaintext

int main () {
return -1 >> 1; /* should return -1 */
}