0b64ef9a774ad95621efb893717aa750b7840632
[pintos-anon] / src / tests / userprog / close-stdin.c
1 #include <syscall.h>
2 #include "tests/main.h"
3
4 void
5 test_main (void) 
6 {
7   close (0);
8 }