ardour/foo.cc
2015-05-09 01:07:58 -04:00

4 lines
43 B
C++

int main() {
int i;
return 3 + -2 ;
}