new test case for r93485.
[oota-llvm.git] / test / FrontendC / 2010-01-14-FnType-DebugInfo.c
1 // RUN: %llvmgcc %s -S -g -o /dev/null
2 typedef void (*sigcatch_t)( struct sigcontext *);
3 sigcatch_t sigcatch[50] = {(sigcatch_t) 0};
4