Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
namespace-1_b.C
blob: 096e6ce41ae79c70936cf093138628e65327c4fe [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
export
module
Frink
;
// { dg-module-cmi Frink }
import
Frob
;
export
int
frab
(
int
x
)
{
return
impl
::
doit
(
x
)
+
ompl
::
doneit
(
x
);
}