Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
unit
/
85 cpp modules
/
src4.cxx
blob: 1ac1a6a64ea9933e0b5487db4c15c8b935aa916e [
file
] [
edit
]
export
module M4
;
import
M5
;
export
int
func4
()
{
return
func5
();
}