llvm-6502/test/FrontendC/2010-01-14-FnType-DebugInfo.c
Devang Patel 82341e0e61 new test case for r93485.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93486 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-15 00:34:26 +00:00

5 lines
134 B
C

// RUN: %llvmgcc %s -S -g -o /dev/null
typedef void (*sigcatch_t)( struct sigcontext *);
sigcatch_t sigcatch[50] = {(sigcatch_t) 0};