ardour/foo.cc
2015-05-09 01:24:11 -04:00

4 lines
42 B
C++

int main() {
int i;
return 3 - 6 ;
}