X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=src%2Ftests%2FSimple.c;fp=src%2Ftests%2FSimple.c;h=b55c2727b4adb09f268876c37ab9fb303974a3df;hp=bb8452ecb14211d9b682061393bb2402a7c34feb;hb=3efa407f6606052b91cec5c98fab3f0a0a733b37;hpb=cc4469a3b4c4fc1c5070e539f53a3e4cca0b8c75 diff --git a/src/tests/Simple.c b/src/tests/Simple.c index bb8452e..b55c272 100644 --- a/src/tests/Simple.c +++ b/src/tests/Simple.c @@ -4,6 +4,8 @@ char *a = "bar"; volatile char buf[] = "Hello World"; +long long l = -1614907703LL; + int _start() { - return strlen("foo"); + return l >= -64; }