13
0

more pre-commit testing

This commit is contained in:
Paul Davis 2015-05-09 02:23:21 -04:00
parent b115920c9d
commit cec71f1211

2
foo.cc
View File

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