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
/
common
/
208 link custom
/
prog.c
blob: efecbef345221e14e3bf7dbc64bce8081b9190e1 (
plain
)
1
2
3
4
5
6
void
flob
(
void
);
int
main
(
void
)
{
flob
();
return
0
;
}