10 msg (
"Congratulations - you have successfully dereferenced NULL: %d",
11 *(
volatile int *)
NULL);
12 fail (
"should have exited with -1");
void test_main(void)
This program attempts to read memory at an address that is not mapped.
void fail(const char *format,...)
void msg(const char *format,...)