static_assert(__FUNCTION__""_len==14);// expected-warning{{expansion of predefined identifier '__FUNCTION__' to a string literal is a Microsoft extension}}
static_assert(__FUNCTION__""_len==14,"");// expected-warning{{expansion of predefined identifier '__FUNCTION__' to a string literal is a Microsoft extension}}