new test case for r93485.
authorDevang Patel <dpatel@apple.com>
Fri, 15 Jan 2010 00:34:26 +0000 (00:34 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 15 Jan 2010 00:34:26 +0000 (00:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93486 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2010-01-14-FnType-DebugInfo.c [new file with mode: 0644]

diff --git a/test/FrontendC/2010-01-14-FnType-DebugInfo.c b/test/FrontendC/2010-01-14-FnType-DebugInfo.c
new file mode 100644 (file)
index 0000000..beaad91
--- /dev/null
@@ -0,0 +1,4 @@
+// RUN: %llvmgcc %s -S -g -o /dev/null
+typedef void (*sigcatch_t)( struct sigcontext *);
+sigcatch_t sigcatch[50] = {(sigcatch_t) 0};
+