1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

new test case for r93485.

llvm-svn: 93486
This commit is contained in:
Devang Patel 2010-01-15 00:34:26 +00:00
parent ed10ddd9c1
commit 3d022d01be

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