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
/
src5.cxx
blob: 96cf7076178c382e7b922f1dbd79868fcd79c9e1 (
plain
)
1
2
3
4
5
6
7
export
module
M5
;
import
M6
;
export
int
func5
()
{
return
func6
();
}