Home | History | Annotate | Download | only in CodeGen
      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};
      4 
      5