summaryrefslogtreecommitdiff
path: root/src/empty.c
blob: d58a94f5b68926ce2c70d7c6e6599a77e01c3b60 (plain)
1
2
3
4
5
// 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;
}