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