mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 15:26:07 +00:00
New testcase, distilled from bison
llvm-svn: 7985
This commit is contained in:
parent
d775249c76
commit
f96d581c69
4
test/Regression/CFrontend/2003-08-20-vfork-bug.c
Normal file
4
test/Regression/CFrontend/2003-08-20-vfork-bug.c
Normal file
@ -0,0 +1,4 @@
|
||||
extern int vfork(void);
|
||||
test() {
|
||||
vfork();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user