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
/
5 target glib
/
retcode.c
blob: df44de55179a3e3a1a705987a9ad14efaf09fe6a (
plain
)
1
2
3
4
5
void
*
get_ret_code
(
void
)
{
return
(
void
*
)
(
int
)
42
;
}