new test case for r93485.

llvm-svn: 93486
This commit is contained in:
Devang Patel 2010-01-15 00:34:26 +00:00
parent 2e3abd7e82
commit 01e2bfd79b
1 changed files with 4 additions and 0 deletions

View File

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