index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
85 cpp modules
/
gcc
/
src4.cxx
blob: 1ac1a6a64ea9933e0b5487db4c15c8b935aa916e (
plain
)
1
2
3
4
5
6
7
export
module
M4
;
import
M5
;
export
int
func4
()
{
return
func5
();
}