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