Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Preprocessor / pragma_microsoft.cpp
blob22c8a4c338136e7c034beb9e26cd880f954c6862
1 // RUN: %clang_cc1 %s -fsyntax-only -std=c++11 -verify -fms-extensions
3 #pragma warning(push, 4_D) // expected-warning {{requires a level between 0 and 4}}
5 extern "C" {
6 #pragma function(memset) // no-warning