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

4 lines
42 B
C++

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