Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Analysis / Inputs / errno_func.h
bloba6c74b1a08d1ef8321603f883dd290e436aacbc6
1 #pragma clang system_header
3 // Define 'errno' as a macro that calls a function.
4 int *__errno_location();
5 #define errno (*__errno_location())