1 // RUN: %clang_cc1 -ffixed-point %s -verify 2 // expected-no-diagnostics 3 4 constexpr _Accum a[2] = {}; 5 static_assert(a[0] == 0 && a[0] != 1); 6