8 lines
108 B
C
Raw Normal View History

2023-05-23 16:38:00 +02:00
#ifndef EXAMPLE_DEFINITION
# error "EXAMPLE_DEFINITION not defined."
#endif
int main(void)
{
return 0;
}