Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
unit
/
85 cpp modules
/
src7.cxx
blob: 8ce660801d3b333c5ab33e8f04d540c1e40f4fee [
file
] [
edit
]
export
module M7
;
import
M8
;
export
int
func7
()
{
return
func8
();
}