Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
unit
/
85 cpp modules
/
src8.cxx
blob: 6a3ef96f5690307d90a6f7eb2e25be269553bf1b [
file
] [
edit
]
export
module M8
;
import
M9
;
export
int
func8
()
{
return
func9
();
}