fix sltiu
[nestedvm.git] / src / tests / Simple.c
1 #include <string.h>
2
3 char *a = "bar";
4
5 volatile char buf[] = "Hello World";
6
7 long long l = -1614907703LL;
8
9 int _start() {
10     return l >= -64;
11 }