mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 13:10:34 +00:00
New testcase, distilled from bison
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1a7935d68
commit
0dac47a551
4
test/CFrontend/2003-08-20-vfork-bug.c
Normal file
4
test/CFrontend/2003-08-20-vfork-bug.c
Normal file
@ -0,0 +1,4 @@
|
||||
extern int vfork(void);
|
||||
test() {
|
||||
vfork();
|
||||
}
|
Loading…
Reference in New Issue
Block a user