Description
very hard to reproduce as I have no idea what triggers it. it should never ever happen though.
static constexpr unsigned char data[] = {
#if __has_embed("data.bin")
#embed "data.bin"
#endif
};
error: constexpr initializer evaluates to -41 which is not exactly representable in type 'const unsigned char'