blob: 3ad20948ad1a24a3709853248fe30302d1ed69aa [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module bob;
// { dg-module-cmi bob }
// from tr1/type_traits
export struct __sfinae_types
{
// anon struct with tdef name
typedef struct { int i; } __two;
};