(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
ref-qual2.C
// PR c++/57532

int main()
{
    return (int() & int());
}