summaryrefslogtreecommitdiff
path: root/foo.cc
blob: a4f517615b848abf00c94963601b595b04625070 (plain)
1
2
3
4
int main() {
    int i;
	return 3 + 41 ;
}