cmake HAVE_1_ARG_BFD_SECTION_SIZE examples

MRPT/mrpt cmakemodules/script_bfd.cmake :46

check_c_source_compiles("\
#include <stddef.h>\n\
#include <bfd.h>\n\
int main(int ac, char**av){
const asection *sec = NULL; \
bfd_size_type a = bfd_section_size(sec); \
(void)a;\
return 0;\
}"
HAVE_1_ARG_BFD_SECTION_SIZE)