mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 16:40:15 +00:00
ebe07d426e
llvm-svn: 37107
6 lines
107 B
C
6 lines
107 B
C
// PR 1417
|
|
|
|
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
|
|
|
|
struct { } *X;
|