Sign in
qemu
/
meson
/
refs/heads/vsmodtest
/
.
/
modtest
/
src13.ixx
blob: 6948409ca9fd0ec54f4497af4d9da76210e43238 [
file
] [
log
] [
blame
]
export
module
M13
;
// Import statements here.
import
M17
;
import
M15
;
export
int
f13
()
{
return
f17
()
+
f15
();
}