summaryrefslogtreecommitdiffstats
path: root/test cases/osx/7 bitcode/vis.h
blob: fa252b4ce46d22e52f9f79cb71860a6529adf6d9 (plain)
1
2
3
4
5
6
#if defined __GNUC__
  #define EXPORT_PUBLIC __attribute__ ((visibility("default")))
#else
  #pragma message ("Compiler does not support symbol visibility.")
  #define EXPORT_PUBLIC
#endif