X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=src%2Ftests%2FSimple.c;fp=src%2Ftests%2FSimple.c;h=bb8452ecb14211d9b682061393bb2402a7c34feb;hp=0000000000000000000000000000000000000000;hb=3eb15f58ca0911489d7d9bdc0ac2c575d27a68d8;hpb=a6ee28ca37621098ed040e6d1c4ae103934c3e97 diff --git a/src/tests/Simple.c b/src/tests/Simple.c new file mode 100644 index 0000000..bb8452e --- /dev/null +++ b/src/tests/Simple.c @@ -0,0 +1,9 @@ +#include + +char *a = "bar"; + +volatile char buf[] = "Hello World"; + +int _start() { + return strlen("foo"); +}