Sign in
qemu
/
meson
/
refs/heads/vsmodtest
/
.
/
modtest
/
src31.ixx
blob: 19286a4bb354932629858c07838f51a2d27cdcdd [
file
] [
log
] [
blame
]
export
module
M31
;
// Import statements here.
import
M32
;
import
M34
;
export
int
f31
()
{
return
f32
()
+
f34
();
}