Sign in
qemu
/
meson
/
refs/heads/vsmodtest
/
.
/
modtest
/
src76.ixx
blob: 9a86141bfcfb37b6fb809c08656c2d611eeb1363 [
file
] [
log
] [
blame
]
export
module
M76
;
// Import statements here.
import
M77
;
import
M79
;
export
int
f76
()
{
return
f77
()
+
f79
();
}