Sign in
qemu
/
meson
/
refs/heads/vsmodtest
/
.
/
modtest
/
src51.ixx
blob: 75c80eade2170af5dc6bc71471552a2e3a67f59d [
file
] [
log
] [
blame
]
export
module
M51
;
// Import statements here.
import
M53
;
import
M56
;
export
int
f51
()
{
return
f53
()
+
f56
();
}