Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / 2010-01-14-FnType-DebugInfo.c
blob5cb0015d02f70e634e2d7d6a3fcd7a38ab57f214
1 // RUN: %clang_cc1 %s -emit-llvm -debug-info-kind=limited -o /dev/null
2 typedef void (*sigcatch_t)( struct sigcontext *);
3 sigcatch_t sigcatch[50] = {(sigcatch_t) 0};