blob: 5bc1ccc4ce4b8feb3c524d066b1d617463862593 [file] [log] [blame]
Reid Kleckner881dff32013-09-13 22:00:30 +00001// RUN: %clang_cc1 %s -fsyntax-only -std=c++11 -verify -fms-extensions
2
3#pragma warning(push, 4_D) // expected-warning {{requires a level between 1 and 4}}