ardour/foo.cc

7 lines
58 B
C++
Raw Normal View History

2015-05-09 13:05:07 -04:00
namespace {
2015-05-09 13:08:56 -04:00
int main () {
2015-05-09 13:05:07 -04:00
int i;
return 2 + 24 -1 ;
}
}