1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/CFrontend/2007-05-16-EmptyStruct.c

6 lines
107 B
C
Raw Normal View History

2007-05-16 18:50:32 +02:00
// PR 1419
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
struct { } *X;