mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
5 lines
134 B
C
5 lines
134 B
C
|
// RUN: %llvmgcc %s -S -g -o /dev/null
|
||
|
typedef void (*sigcatch_t)( struct sigcontext *);
|
||
|
sigcatch_t sigcatch[50] = {(sigcatch_t) 0};
|
||
|
|