more pre-commit testing

This commit is contained in:
Paul Davis 2015-05-09 13:05:07 -04:00
parent 0fe76473fc
commit 64bb30bb50

6
foo.cc Normal file
View File

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