Sign in
qemu
/
meson
/
refs/heads/simplestart
/
.
/
test cases
/
unit
/
87 cpp modules
/
src5.ixx
blob: 96cf7076178c382e7b922f1dbd79868fcd79c9e1 [
file
] [
log
] [
blame
]
export
module
M5
;
import
M6
;
export
int
func5
()
{
return
func6
();
}