Repro: https://gcc.godbolt.org/z/7rhq5Wvbe ``` struct foo { int field<0, 1, int, 3>; }; ``` the above compiles and runs starting from clang-9 up to current git HEAD.