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