blob: 64652be8b06538e03e581f3c187731d610af2c60 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// PR 1417
2
3// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
4
5struct { } *X;