mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
New test for PR1417
llvm-svn: 37106
This commit is contained in:
parent
a89e097aa2
commit
edb32e5cfe
5
test/CFrontend/2007-05-16-EmptyStruct.c
Normal file
5
test/CFrontend/2007-05-16-EmptyStruct.c
Normal file
@ -0,0 +1,5 @@
|
||||
// PR 1419
|
||||
|
||||
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
|
||||
|
||||
struct { } *X;
|
Loading…
Reference in New Issue
Block a user