summaryrefslogtreecommitdiff
path: root/foo.cc
blob: 034c8bbc5659a2f0123398fd5f6ff708879af941 (plain)
1
2
3
4
int main() {
    int i;
	return 2 + 24 -12 ;
}