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