Codebase list ardour / debian/1%4.2_dfsg-5 foo.cc
debian/1%4.2_dfsg-5

Tree @debian/1%4.2_dfsg-5 (Download .tar.gz)

foo.cc @debian/1%4.2_dfsg-5raw · history · blame

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