New testcase that breaks the CFE.
authorChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 16:54:57 +0000 (16:54 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 16:54:57 +0000 (16:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3821 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2002-09-19-StarInLabel.c [new file with mode: 0644]

diff --git a/test/CFrontend/2002-09-19-StarInLabel.c b/test/CFrontend/2002-09-19-StarInLabel.c
new file mode 100644 (file)
index 0000000..b16a39d
--- /dev/null
@@ -0,0 +1,7 @@
+extern void start() __asm__("start");
+extern void _start() __asm__("_start");
+extern void __start() __asm__("__start");
+void start() {}
+void _start() {}
+void __start() {}
+