blob: 2d12a2c9a2e3f5b7af63fa0b75db178c3f262a98 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -fdump-lang-module-alias" }
typedef struct
{
int __count;
} __mbstate_t;
typedef struct x
{
int __count;
} X;
import "tdef-6_a.H";
X y;
__mbstate_t x;
// { dg-final { scan-lang-dump {Read:-[0-9]'s named merge key \(matched\) type_decl:'::__mbstate_t'} module } }