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
/
vala
/
24 export dynamic shared module
/
module.vala
blob: 555372745e8a8902789670311715fa90c1f50982 (
plain
)
1
2
3
public
int
module_func
()
{
return
app_func
()
+
1
;
}