Sign in
qemu
/
meson
/
3fcca74e340e23b88444748efd792df91a81da63
/
.
/
modtest
/
src52.ixx
blob: e32fa727c957a5f7bb61687c5cf37e08cbdab5d8 [
file
]
export
module
M52
;
// Import statements here.
import
M57
;
import
M53
;
export
int
f52
()
{
return
f57
()
+
f53
();
}