The constant-expression shall be an integral constant expression
whose value is greater than or equal to zero.
[Example 3: constexprunsignedchar sound_signature[]={// a hypothetical resource capable of expanding to four or more elements#embed<sdk/jump.wav> limit(2+2)};
static_assert(sizeof(sound_signature)==4); // OK — end example]