summaryrefslogtreecommitdiffstats
path: root/Tests/ObjectLibrary/B/b2.c
blob: 4615b544b4b39fca1609a3b9811ec15c4b602786 (plain)
1
2
3
4
5
#include "b.h"
EXPORT_B int b2(void)
{
  return 0;
}