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
/
src9.cxx
blob: 3ecb3be68659c8cfe516c825671f86a09405010a (
plain
)
1
2
3
4
5
export
module
M9
;
export
int
func9
()
{
return
42
;
}