Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
internal-14_b.C
blob: ad3b09d0722e1aefa92d35e07cfbb9ec8ae8cfac [
file
] [
log
] [
blame
]
// PR c++/120412
// { dg-additional-options "-fmodules -std=c++20 -Wtemplate-names-tu-local" }
// { dg-module-cmi m }
export
module
m
;
export
import
:
part
;