Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
debug-2_b.C
blob: fc9afbc02e0219097e8c5fe596735e9d54142c05 [
file
] [
log
] [
blame
]
// PR c++/112820
// { dg-additional-options "-fmodules-ts -g" }
module
io
;
const
char
*
error
::
what
()
const
noexcept
{
return
"bla"
;
}