brintos

brintos / llvm-project-archived public Read only

0
0
Text · 288 B · d93b6fd Raw
20 lines · c
1// RUN: %clang_cc1 -fsyntax-only -verify -std=c99 %s2// PR161383// expected-no-diagnostics4 5int alloca;6int stpcpy;7int stpncpy;8int strdup;9int strndup;10int index;11int rindex;12int bzero;13int strcasecmp;14int strncasecmp;15int _exit;16int _longjmp;17int siglongjmp;18int strlcpy;19int strlcat;20