8 lines
97 B
C
8 lines
97 B
C
|
#ifdef OBJA
|
||
|
# error "OBJA is defined, but should not be"
|
||
|
#endif
|
||
|
int a_dep(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|