imported brians code
[nestedvm.git] / src / tests / Simple.c
diff --git a/src/tests/Simple.c b/src/tests/Simple.c
new file mode 100644 (file)
index 0000000..bb8452e
--- /dev/null
@@ -0,0 +1,9 @@
+#include <string.h>
+
+char *a = "bar";
+
+volatile char buf[] = "Hello World";
+
+int _start() {
+    return strlen("foo");
+}