blob: 23c0b1d6a3f6183e5eb7b00917512a5a11137a11 [file] [log] [blame]
Devang Patelfab21b02007-05-16 16:51:31 +00001// PR 1417
Devang Patelf750a2b2007-05-16 16:50:32 +00002
Dan Gohman29e13e02010-04-08 18:03:05 +00003// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{\}"
Devang Patelf750a2b2007-05-16 16:50:32 +00004
5struct { } *X;