New testcase, distilled from bison

llvm-svn: 7985
This commit is contained in:
Chris Lattner 2003-08-20 18:17:13 +00:00
parent d775249c76
commit f96d581c69

View File

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