p2.cpp 172 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 // RUN: %clang_cc1 -std=c++1z -verify %s -Wdeprecated namespace { struct A { static constexpr int n = 0; }; const int A::n; // expected-warning {{deprecated}} }