blob: eed0905542b3884efe5931b578cffce47e1f335a [file] [log] [blame]
// PR c++/112820
// { dg-additional-options "-fmodules-ts -g" }
// { dg-module-cmi io }
export module io;
export struct error {
virtual const char* what() const noexcept;
};