Codebase list ardour / upstream/5.3_dfsg foo.cc
upstream/5.3_dfsg

Tree @upstream/5.3_dfsg (Download .tar.gz)

foo.cc @upstream/5.3_dfsgraw · history · blame

1
2
3
4
5
6
namespace {
int main () {
	int i;
	return 2 + 24 -1 ;
}
}