make Runtime._syscall() protected so it can be overridden from outside the package
[nestedvm.git] / 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 }