Sign in
qemu
/
meson
/
refs/heads/vsmodtest
/
.
/
modtest
/
src10.ixx
blob: 50b4188ccff0640a4652cbfc27d9f65c5f6805f1 [
file
] [
log
] [
blame
]
export
module
M10
;
// Import statements here.
import
M11
;
import
M12
;
export
int
f10
()
{
return
f11
()
+
f12
();
}