Sign in
qemu
/
meson
/
refs/heads/vsmodtest
/
.
/
modtest
/
src35.ixx
blob: 16779456a4f862ca1234dae9958fc7a7dcf554ac [
file
] [
log
] [
blame
]
export
module
M35
;
// Import statements here.
import
M38
;
import
M40
;
export
int
f35
()
{
return
f38
()
+
f40
();
}