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