blob: def719ce3e510db88d119f84ba35b3a3d367eb73 [file] [log] [blame]
// { dg-additional-options "-fmodules" }
// { dg-module-cmi M }
export module M;
namespace {
using A = int;
typedef int B;
struct Internal {};
using C = Internal;
typedef Internal D;
}