13 lines
134 B
C
Raw Normal View History

2018-01-26 17:06:56 +01:00
int srcgenex(void)
{
return 0;
}
int main(int argc, char* argv[])
{
#ifndef NAME
#error NAME not defined
#endif
return NAME();
}