13
0

more pre-commit testing

This commit is contained in:
Paul Davis 2015-05-09 00:18:37 -04:00
parent 247b6f1f19
commit b9675581f6

2
foo.cc
View File

@ -1,4 +1,4 @@
int main() {
int i;
return 3 + -2 ;
return 3 + 2 ;
}