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