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 |