9 lines
119 B
C
Raw Normal View History

2022-08-04 22:12:04 +02:00
#ifndef FOO_LINK_ONLY
# error "FOO_LINK_ONLY incorrectly not defined"
#endif
int foo_link_only(void)
{
return 0;
}