summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/raw-dylib-link-ordinal/exporter.c
blob: a9dd6da6616f9ac078294e295a7924f4617d118a (plain)
1
2
3
4
5
#include <stdio.h>

void exported_function() {
    printf("exported_function\n");
}