summaryrefslogtreecommitdiff
path: root/meson-cc-tests/bfd-section-flags.c
blob: b58118d06fd59d82ce75ec0fd3bf5bb81f92ce39 (plain)
1
2
3
4
5
6
7
8
9
#include <bfd.h>

int
f (asection *s)
{
  return bfd_section_flags(s) == 0;
}

int main (void) { return 0; }