00001 /* Tries to close the console output stream, which must either 00002 fail silently or terminate with exit code -1. */ 00003 00004 #include <syscall.h> 00005 #include "tests/main.h" 00006 00007 void 00008 test_main (void) 00009 { 00010 close (1); 00011 }