Sign in
qemu
/
meson
/
2fd39dc2b08a0d60471e13a2ed3216486be738cf
/
.
/
test cases
/
common
/
137 whole archive
/
func1.c
blob: 161c5da1c1f03a66fa78425af62f1e257ee75d3f [
file
] [
log
] [
blame
]
#define
BUILDING_DLL
#include
<mylib.h>
int
func1
(
void
)
{
return
42
;
}