mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
6 lines
107 B
C
6 lines
107 B
C
|
// PR 1419
|
||
|
|
||
|
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
|
||
|
|
||
|
struct { } *X;
|