Oops there is missing declaration of the variable a
. This is what you should be examining:
class A {};
int main() {
A a;
std::cout << &(A() = a) << "\n";
}
@vaporeon_ it should be #include
@vaporeon_ it should be #include <iostream>
@wallhackio Maybe it's stripping out <iostream>
because it thinks that it's a HTML tag that it doesn't recognize?
@vaporeon_ @wallhackio likely
@vaporeon_ what the fuck is mastodon is hiding the hashtag