00001 /* Read from an address 4,096 bytes below the stack pointer. 00002 The process must be terminated with -1 exit code. */ 00003 00004 #include <string.h> 00005 #include "tests/arc4.h" 00006 #include "tests/cksum.h" 00007 #include "tests/lib.h" 00008 #include "tests/main.h" 00009 00010 void 00011 test_main (void) 00012 { 00013 asm volatile ("movl -4096(%esp), %eax"); 00014 }