builtins-gnu-mode.c 288 B

12345678910111213141516171819
  1. // RUN: %clang_cc1 -fsyntax-only -verify -std=c99 %s
  2. // PR16138
  3. // expected-no-diagnostics
  4. int alloca;
  5. int stpcpy;
  6. int stpncpy;
  7. int strdup;
  8. int strndup;
  9. int index;
  10. int rindex;
  11. int bzero;
  12. int strcasecmp;
  13. int strncasecmp;
  14. int _exit;
  15. int _longjmp;
  16. int siglongjmp;
  17. int strlcpy;
  18. int strlcat;