Sign in
qemu
/
meson
/
refs/heads/vsmodtest
/
.
/
modtest
/
src22.ixx
blob: 0b8a04ab9a4c8291c2ac671c0998a59f79cbe607 [
file
] [
log
] [
blame
]
export
module
M22
;
// Import statements here.
import
M24
;
import
M23
;
export
int
f22
()
{
return
f24
()
+
f23
();
}