blob: 964c031d27c05e0a8675a1789f2124c4919bb9ba [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 %s -emit-llvm -g -o /dev/null
2typedef void (*sigcatch_t)( struct sigcontext *);
3sigcatch_t sigcatch[50] = {(sigcatch_t) 0};
4