2021-09-14 00:13:48 +02:00

8 lines
97 B
C

#ifdef OBJC
# error "OBJC is defined, but should not be"
#endif
int c_dep(void)
{
return 0;
}