8 lines
97 B
C
Raw Normal View History

2021-09-14 00:13:48 +02:00
#ifdef OBJA
# error "OBJA is defined, but should not be"
#endif
int a_dep(void)
{
return 0;
}