blob: 56d3c3f957dec6e47cf33079b7eaca799015c450 [file] [log] [blame]
int srcgenex(void)
{
return 0;
}
int main(int argc, char* argv[])
{
#ifndef NAME
#error NAME not defined
#endif
return NAME();
}