1 2 3 4 5 6 7 8
#ifndef FOO_LINK_ONLY # error "FOO_LINK_ONLY incorrectly not defined" #endif int foo_link_only(void) { return 0; }