summaryrefslogtreecommitdiff
path: root/src/empty.c
blob: b40cc85bca632e8f0e76607d5e253cf049015a11 (plain)
1
2
3
// For some reason on Mac we need an empty file so that 'ar' has something
// to run.
int add(int a, int b) { return a + b; }