13
0

more pre-commit testing

This commit is contained in:
Paul Davis 2015-05-09 01:44:40 -04:00
parent b9ceabcfbb
commit 76168edeb4

2
foo.cc
View File

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