more pre-commit testing
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 May 2015 17:05:07 +0000 (13:05 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 May 2015 17:05:07 +0000 (13:05 -0400)
foo.cc [new file with mode: 0644]

diff --git a/foo.cc b/foo.cc
new file mode 100644 (file)
index 0000000..eb0de69
--- /dev/null
+++ b/foo.cc
@@ -0,0 +1,6 @@
+namespace {
+ int main () {
+       int i;
+       return 2 + 24 -1 ;
+}
+}