Sign in
qemu
/
meson
/
2fd39dc2b08a0d60471e13a2ed3216486be738cf
/
.
/
test cases
/
unit
/
85 cpp modules
/
vs
/
src6.ixx
blob: 760b71cbb97f0764c9d035fda03e090ce5119e5c [
file
] [
log
] [
blame
]
export
module
M6
;
import
M7
;
export
int
func6
()
{
return
func7
();
}