summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 13:05:07 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 13:05:07 -0400
commit64bb30bb50922d749f3fc28737d6429becca1915 (patch)
tree6aa74c868898b24d6272891b8e21fedb22d6c610 /foo.cc
parent0fe76473fc289953fc2f95fb8ed4e55f767ee803 (diff)
more pre-commit testing
Diffstat (limited to 'foo.cc')
-rw-r--r--foo.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/foo.cc b/foo.cc
new file mode 100644
index 0000000000..eb0de6978f
--- /dev/null
+++ b/foo.cc
@@ -0,0 +1,6 @@
+namespace {
+ int main () {
+ int i;
+ return 2 + 24 -1 ;
+}
+}