Sign in
qemu
/
meson
/
refs/heads/vsmodtest
/
.
/
modtest
/
src25.ixx
blob: c96074ac3367a3cd46b48549d0d22c120ab78c90 [
file
] [
log
] [
blame
]
export
module
M25
;
// Import statements here.
import
M29
;
import
M28
;
export
int
f25
()
{
return
f29
()
+
f28
();
}