New testcase, distilled from bison
authorChris Lattner <sabre@nondot.org>
Wed, 20 Aug 2003 18:17:13 +0000 (18:17 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Aug 2003 18:17:13 +0000 (18:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7985 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2003-08-20-vfork-bug.c [new file with mode: 0644]

diff --git a/test/CFrontend/2003-08-20-vfork-bug.c b/test/CFrontend/2003-08-20-vfork-bug.c
new file mode 100644 (file)
index 0000000..ac6db46
--- /dev/null
@@ -0,0 +1,4 @@
+extern int vfork(void);
+test() {
+  vfork();
+}