ardour/foo.cc

5 lines
42 B
C++

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