The following code defines the entire program. Is this program standard conformant (with the latest version)?
void foo();
int main()
{
auto x = &foo;
return 0;
}
Here is a convenience shortcut.
This code has no practical use, I'm just curious.