diff options
Diffstat (limited to 'test/FrontendC/2010-01-14-FnType-DebugInfo.c')
-rw-r--r-- | test/FrontendC/2010-01-14-FnType-DebugInfo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/FrontendC/2010-01-14-FnType-DebugInfo.c b/test/FrontendC/2010-01-14-FnType-DebugInfo.c deleted file mode 100644 index beaad91..0000000 --- a/test/FrontendC/2010-01-14-FnType-DebugInfo.c +++ /dev/null @@ -1,4 +0,0 @@ -// RUN: %llvmgcc %s -S -g -o /dev/null -typedef void (*sigcatch_t)( struct sigcontext *); -sigcatch_t sigcatch[50] = {(sigcatch_t) 0}; - |