• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
5