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
/
51 ldflagdedup
/
prog.c
blob: 02c599de311db2bb6236af2c65fd75090fa12254 (
plain
)
1
2
3
4
5
6
7
#include
<gmodule.h>
int
func
();
int
main
(
int
argc
,
char
**
argv
)
{
return
func
();
}