Sign in
qemu
/
meson
/
refs/heads/revert-15408-submit/drop-python-3.7
/
.
/
test cases
/
common
/
273 both libraries
/
src
/
both_libraries.c
blob: ab1bd1fd9965f4a20786f4bca6e2f27641ebbad8 [
file
]
#include
"both_libraries.h"
int
both_libraries_function
(
void
)
{
#if defined EXPORT
return
1
;
#else
return
0
;
#endif
}