blob: 9c1183fd87d15b46aad17ed31480f05c3975f5f2 [file] [log] [blame]
Eric Biederman90089602004-05-28 14:11:54 +00001#include "linux_syscall.h"
2#include "linux_console.h"
3
4static void test(void)
5{
6 signed char x;
7 x = -1;
8 print_debug_hex32(x);
9 print_debug("\n");
10 _exit(0);
11}