hanchenye-llvm-project/llvm/test/FrontendC/2007-05-16-EmptyStruct.c

6 lines
107 B
C
Raw Normal View History

2007-05-17 00:51:31 +08:00
// PR 1417
2007-05-17 00:50:32 +08:00
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
struct { } *X;