initial import from SVN
diff --git a/examples/c_files/funky.c b/examples/c_files/funky.c
new file mode 100644
index 0000000..252375f
--- /dev/null
+++ b/examples/c_files/funky.c
@@ -0,0 +1,20 @@
+char foo(void)

+{

+    return '1';

+}

+

+int maxout_in(int paste, char** matrix)

+{

+    char o = foo();

+    return (int) matrix[1][2] * 5 - paste;

+}

+

+int main()

+{

+    auto char* multi = "a multi";

+    

+    

+}

+

+

+