]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-dynamic-dylib/cfoo.c
Rollup merge of #68540 - GuillaumeGomez:err-codes-cleanup-e0229-e0261, r=Dylan-DPC
[rust.git] / src / test / run-make-fulldeps / c-dynamic-dylib / cfoo.c
1 #ifdef _WIN32
2 __declspec(dllexport)
3 #endif
4 int foo() { return 0; }