8 lines
92 B
C
8 lines
92 B
C
#ifdef TC_CONFIG_BAD
|
|
# error "Built in 'Bad' config"
|
|
#endif
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|