summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2010-01-14-FnType-DebugInfo.c
blob: 5cb0015d02f70e634e2d7d6a3fcd7a38ab57f214 (plain)
1
2
3
4
// RUN: %clang_cc1 %s -emit-llvm -debug-info-kind=limited -o /dev/null
typedef void (*sigcatch_t)( struct sigcontext *);
sigcatch_t sigcatch[50] = {(sigcatch_t) 0};