#include "../visibility.h" LOCAL int a() { return 41; } EXPORT int foo() { return 42; }