Sign in
qemu
/
meson
/
refs/heads/vsmodtest
/
.
/
modtest
/
src20.ixx
blob: 9cdf5b2cce6bc07fc39757a9f603e82baab6eaa4 [
file
] [
log
] [
blame
]
export
module
M20
;
// Import statements here.
import
M23
;
import
M24
;
export
int
f20
()
{
return
f23
()
+
f24
();
}