11 lines
133 B

#include "@EXPORT_HEADER@"
int main()
{
#if defined(@DEF_SYMBOL@) && !defined(@NDEF_SYMBOL@)
return 0;
#else
return 1;
#endif
}