Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
clone-3_b.C
blob: 23c9ac4a804609d9e093850ab21206c9382077d7 [
file
] [
log
] [
blame
]
// { dg-module-do link }
// { dg-additional-options "-fmodules-ts -fdeclone-ctor-dtor" }
import
M
;
int
main
()
{
B b
(
0
);
}