00001 /* Tries to create a file with the null pointer as its name. 00002 The process must be terminated with exit code -1. */ 00003 00004 #include "tests/lib.h" 00005 #include "tests/main.h" 00006 00007 void 00008 test_main (void) 00009 { 00010 msg ("create(NULL): %d", create (NULL, 0)); 00011 }