blob: 748aa98351d58156c141b690f8d1c136606edab9 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// PR 1417
2
Chris Lattnerd6c628e2009-02-28 22:20:02 +00003// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004
5struct { } *X;