summaryrefslogtreecommitdiff
path: root/foo.cc
blob: eb0de6978f103e655d5f2ebde34803854e623fd7 (plain)
1
2
3
4
5
6
namespace {
 int main () {
	int i;
	return 2 + 24 -1 ;
}
}