summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:36:38 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:36:38 -0400
commitf0c32ac496dc967d005b481f68eb7f94c75532f9 (patch)
tree8be9ce938ebf415c19262a7ff33e2fd69c7efe4e /foo.cc
parentcec71f12112f0a6d658a2e65a33db854e781483d (diff)
more pre-commit testing
Diffstat (limited to 'foo.cc')
-rw-r--r--foo.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/foo.cc b/foo.cc
index 0b2e459245..d12a1b2838 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,6 @@
+namespace {
int main () {
int i;
return 2 + 24 -15 ;
}
+}