Be careful about comdat boundary in ICF (PR ipa/82352).
[official-gcc.git] / gcc / testsuite / g++.dg / expr / cond14.C
blob5276287942122550456cfa8a5f5afca287867da3
1 // DR 587
2 // PR c++/51317
4 int x = 1;
5 int const y = 2;
6 int const *p = &(1 ? x : y); // error: lvalue required as unary '&' operand