13
0

more pre-commit testing

This commit is contained in:
Paul Davis 2015-05-09 01:22:52 -04:00
parent 6938b48fff
commit b3bc78464a

2
foo.cc
View File

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