blob: a78597b0cd4c4140f0cfc2d066c239ee86c6d48c [file] [log] [blame]
// PR c++/57532
int main()
{
return (int() & int());
}