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