Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
debug-2_c.C
blob: 37117f69dcd91276049134952862d16d86957e36 [
file
] [
log
] [
blame
]
// PR c++/112820
// { dg-module-do link }
// { dg-additional-options "-fmodules-ts -g" }
import
io
;
int
main
()
{
error
{};
}