1 // RUN: %clang_cc1 -std=c++11 %s -verify
2 // expected-no-diagnostics
5 constexpr Value(int n
) : n(n
) {}
6 constexpr operator short() const { return n
; }
11 constexpr operator E() const { return E0
; }
14 constexpr short s
= Alt();
24 switch (Alt a
= Alt()) {
34 // FIXME: These should produce a warning that 2 and 3 are not values of the