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
/
src1.cxx
blob: cea6696dee28a5cfb0be54c0742ec6be711018d0 (
plain
)
1
2
3
4
5
6
7
export
module
M1
;
import
M2
;
export
int
func1
()
{
return
func2
();
}