clang-1/test/Sema/i-c-e3.c

4 строки
97 B
C

// RUN: clang %s -fsyntax-only -verify
int a() {int p; *(1 ? &p : (void*)(0 && (a(),1))) = 10;}