Teach mergefunc that intptr_t is the same width as a pointer. We still can't
[llvm.git] / test / FrontendC / 2010-01-14-FnType-DebugInfo.c
blobbeaad91330bcb693d2a8cacf252934c718404c73
1 // RUN: %llvmgcc %s -S -g -o /dev/null
2 typedef void (*sigcatch_t)( struct sigcontext *);
3 sigcatch_t sigcatch[50] = {(sigcatch_t) 0};