diff options
Diffstat (limited to 'tests/run-make/raw-dylib-stdcall-ordinal/exporter-gnu.def')
-rw-r--r-- | tests/run-make/raw-dylib-stdcall-ordinal/exporter-gnu.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-make/raw-dylib-stdcall-ordinal/exporter-gnu.def b/tests/run-make/raw-dylib-stdcall-ordinal/exporter-gnu.def new file mode 100644 index 000000000..8d28d714b --- /dev/null +++ b/tests/run-make/raw-dylib-stdcall-ordinal/exporter-gnu.def @@ -0,0 +1,4 @@ +LIBRARY exporter +EXPORTS + exported_function_stdcall@4 @15 NONAME + @exported_function_fastcall@4 @18 NONAME
\ No newline at end of file |