xref: /llvm-project/clang/test/Sema/builtins-gnu-mode.c (revision a8931a4f8cb2c64cec38139b08c23e9020298fc4)
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