blob: 46b74decefaf7e85bed384a9c4354a8783e5fc87 [file] [log] [blame]
// RUN: clang %s -fsyntax-only -verify
int a() {int p; *(1 ? &p : (void*)(0 && (a(),1))) = 10;}