aboutsummaryrefslogtreecommitdiffstats
path: root/test/bruisertest/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/bruisertest/test.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/bruisertest/test.cpp b/test/bruisertest/test.cpp
new file mode 100644
index 0000000..40bfb47
--- /dev/null
+++ b/test/bruisertest/test.cpp
@@ -0,0 +1,21 @@
+
+namespace devi
+{
+ class LOCO
+ {
+ public:
+ LOCO () {}
+
+ void lupo (void)
+ {
+ int a = 1;
+ int b = 2;
+ int c = 3;
+ }
+ };
+}
+
+int main(int argc, const char **argv)
+{
+
+}