new test case for r93485.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93486 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2010-01-15 00:34:26 +00:00
parent 03825f8401
commit 82341e0e61

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};