rust/tests/run-make-fulldeps/c-dynamic-rlib/cfoo.c
2023-01-11 09:32:08 +00:00

5 lines
67 B
C

#ifdef _WIN32
__declspec(dllexport)
#endif
int foo() { return 0; }