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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Analysis
/
Inputs
/
errno_var.h
blob
82b1e9bf6285dc29b43b1dd04f1aa879b88068de
1
#pragma clang system_header
2
3
// Declare 'errno' as an extern variable in a system header.
4
// This may be not allowed in C99.
5
extern
int
errno
;