9 lines
119 B
C
9 lines
119 B
C
|
#ifndef FOO_LINK_ONLY
|
||
|
# error "FOO_LINK_ONLY incorrectly not defined"
|
||
|
#endif
|
||
|
|
||
|
int foo_link_only(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|