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