llvm-6502/test/FrontendC/2010-01-14-FnType-DebugInfo.c

5 lines
134 B
C
Raw Normal View History

// RUN: %llvmgcc %s -S -g -o /dev/null
typedef void (*sigcatch_t)( struct sigcontext *);
sigcatch_t sigcatch[50] = {(sigcatch_t) 0};