New testcase, distilled from bison

llvm-svn: 7985
This commit is contained in:
Chris Lattner 2003-08-20 18:17:13 +00:00
parent 941fba4a63
commit 986b244976
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
extern int vfork(void);
test() {
vfork();
}