[
Example 2 :
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.
return 0;
#else
// otherwise, the resource does not exist
#error "The resource does not exist"
#endif
}
— end example]