Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #p3cwugtpi
Wrap
Raw
Revise
int& foo()
{
blabla
}
int main()
{
foo() = 42; // ok, foo() is an lvalue
}
Comments