Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
unit
/
85 cpp modules
/
src1.cxx
blob: cea6696dee28a5cfb0be54c0742ec6be711018d0 [
file
] [
edit
]
export
module M1
;
import
M2
;
export
int
func1
()
{
return
func2
();
}