13
0

more pre-commit testing

This commit is contained in:
Paul Davis 2015-05-09 02:36:38 -04:00
parent cec71f1211
commit f0c32ac496

2
foo.cc
View File

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