blob: d93b6fdef027b682f665cf1bf12b194704b383c0 [file] [log] [blame]
Benjamin Kramer4d5bae12013-05-31 17:01:30 +00001// RUN: %clang_cc1 -fsyntax-only -verify -std=c99 %s
2// PR16138
3// expected-no-diagnostics
4
5int alloca;
6int stpcpy;
7int stpncpy;
8int strdup;
9int strndup;
10int index;
11int rindex;
12int bzero;
13int strcasecmp;
14int strncasecmp;
15int _exit;
Benjamin Kramer4d5bae12013-05-31 17:01:30 +000016int _longjmp;
17int siglongjmp;
18int strlcpy;
19int strlcat;