// { dg-do assemble } // Origin: Mark Mitchell int i = 3; void *pv=&i; const void* pcv=&i; int main() { pcv = 0 ? pv : pcv; }