summaryrefslogtreecommitdiffstats
path: root/test cases/osx/7 bitcode/libfile.c
blob: 8edc66b27dcefa3941c473882df6dae663b46359 (plain)
1
2
3
4
5
#include "vis.h"

int EXPORT_PUBLIC libfunc(void) {
    return 3;
}