blob: 680ed92b3d4bef14d18a0b9cdafda4533b555969 [file] [log] [blame]
#include "subdir/exports.h"
int shlibfunc();
int DLL_PUBLIC statlibfunc() {
return shlibfunc();
}