]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/raw-dylib-link-ordinal/exporter.c
Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errors
[rust.git] / src / test / run-make / raw-dylib-link-ordinal / exporter.c
1 #include <stdio.h>
2
3 void exported_function() {
4     printf("exported_function\n");
5 }