Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
unit
/
85 cpp modules
/
src6.cxx
blob: 760b71cbb97f0764c9d035fda03e090ce5119e5c [
file
] [
edit
]
export
module M6
;
import
M7
;
export
int
func6
()
{
return
func7
();
}