blob: 06ed599df41e15f78a1f885edcbbefcfe64be9f7 [file] [log] [blame]
// PR c++/115798
// { dg-additional-options "-fmodules-ts" }
// { dg-module-cmi xstd }
export module xstd;
import base;
export namespace std {
using std::int8_t;
}