attr-noclone.c 122 B

12345678910
  1. #define noclone __attribute__((__noclone__))
  2. static void noclone bar(void)
  3. {
  4. }
  5. /*
  6. * check-name: attribute noclone
  7. */