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
/
137 whole archive
/
func1.c
blob: 161c5da1c1f03a66fa78425af62f1e257ee75d3f (
plain
)
1
2
3
4
5
6
7
#define BUILDING_DLL
#include
<mylib.h>
int
func1
(
void
)
{
return
42
;
}