Sign in
qemu
/
meson
/
refs/heads/vsmodtest
/
.
/
modtest
/
src86.ixx
blob: 825d76c46854f1632cd2935ce4e611f28d35cbef [
file
] [
log
] [
blame
]
export
module
M86
;
// Import statements here.
import
M88
;
import
M89
;
export
int
f86
()
{
return
f88
()
+
f89
();
}