mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
6 lines
58 B
C++
6 lines
58 B
C++
namespace {
|
|
int main () {
|
|
int i;
|
|
return 2 + 24 -1 ;
|
|
}
|
|
}
|