Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
debug-2_a.C
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
;
};