index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
85 cpp modules
/
gcc
/
src2.cxx
blob: 415714cc022d097218e34f2bb3f9aa75ff94aca3 (
plain
)
1
2
3
4
5
6
7
export
module
M2
;
import
M3
;
export
int
func2
()
{
return
func3
();
}