Files
c0db/test/iadd.c0
2015-03-22 20:58:00 -04:00

4 lines
34 B
Plaintext
Executable File

int main () {
return -1 + -1;
}