blob: abe8aa8c396a858f5f1df4d01d7ef41aecc9ae41 [file] [log] [blame]
// RUN: %clang_cc1 -ffixed-point %s -verify
// expected-no-diagnostics
constexpr _Accum a[2] = {};
static_assert(a[0] == 0 && a[0] != 1);