[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]
This resource is considered empty due to the limit(0)embed-parameter,
always, including in __has_embed clauses.
int infinity_zero (){#if__has_embed(</owo/uwurandom> limit(0) prefix(some tokens))== __STDC_EMBED_EMPTY__
// if </owo/uwurandom> exists, this conditional inclusion branch is taken and the function returns 0.return0;
#else// otherwise, the resource does not exist#error"The resource does not exist"#endif} — end example]