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:
parent
ed10ddd9c1
commit
3d022d01be
4
test/FrontendC/2010-01-14-FnType-DebugInfo.c
Normal file
4
test/FrontendC/2010-01-14-FnType-DebugInfo.c
Normal 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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user