imported brians code
[nestedvm.git] / src / tests / Simple.c
1 #include <string.h>
2
3 char *a = "bar";
4
5 volatile char buf[] = "Hello World";
6
7 int _start() {
8     return strlen("foo");
9 }