Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
using-11_b.C
blob: 736a48c98f22c7a5ecd29a18a694a5b844bbdad3 [
file
] [
log
] [
blame
]
// PR c++/109679
// { dg-module-do link }
// { dg-additional-options "-fmodules-ts" }
import
M
;
int
main
()
{
return
foo
();
}