mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 08:46:37 +00:00
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:
parent
03825f8401
commit
82341e0e61
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…
Reference in New Issue
Block a user