blob: 0227800d3cfead959342d7f4a6a1e368363a7031 [file] [log] [blame]
struct S{
operator bool()
{
return true;
}
};
int main()
{
S a;
if (S &b = a);
}