xref: /minix3/external/bsd/llvm/dist/clang/test/Sema/builtins-gnu-mode.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c99 %s
2 // PR16138
3 // expected-no-diagnostics
4 
5 int alloca;
6 int stpcpy;
7 int stpncpy;
8 int strdup;
9 int strndup;
10 int index;
11 int rindex;
12 int bzero;
13 int strcasecmp;
14 int strncasecmp;
15 int _exit;
16 int _longjmp;
17 int siglongjmp;
18 int strlcpy;
19 int strlcat;
20