bb8452ecb14211d9b682061393bb2402a7c34feb
[org.ibex.mail.git] / upstream / org.ibex.core / upstream / org.ibex.nestedvm / 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 }