mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 14:33:40 +00:00
6 lines
106 B
C
6 lines
106 B
C
// PR 1417
|
|
|
|
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
|
|
|
|
struct { } *X;
|