ardour/foo.cc
2015-05-09 01:39:29 -04:00

4 lines
43 B
C++

int main() {
int i;
return 3 + 42 ;
}