Sign in
qemu
/
meson
/
refs/heads/ongoingxcode
/
.
/
test cases
/
unit
/
87 cpp modules
/
src2.ixx
blob: 415714cc022d097218e34f2bb3f9aa75ff94aca3 [
file
] [
log
] [
blame
]
export
module
M2
;
import
M3
;
export
int
func2
()
{
return
func3
();
}