11 msg (
"open(0x20101234): %d",
open ((
char *) 0x20101234));
12 fail (
"should have called exit(-1)");
int open(const char *file)
void fail(const char *format,...)
void msg(const char *format,...)
void test_main(void)
Passes an invalid pointer to the open system call.