Sign in
qemu
/
meson
/
3fcca74e340e23b88444748efd792df91a81da63
/
.
/
modtest
/
src46.ixx
blob: a7b9e7481f1af4545224ee4f47e5df734cd36c44 [
file
]
export
module
M46
;
// Import statements here.
import
M47
;
import
M51
;
export
int
f46
()
{
return
f47
()
+
f51
();
}