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