repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Sema
/
builtins-gnu-mode.c
blob
d93b6fdef027b682f665cf1bf12b194704b383c0
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
;