1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-03 13:31:05 +00:00
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};