forked from OSchip/llvm-project
4 lines
144 B
C
4 lines
144 B
C
|
// RUN: clang %s -fsyntax-only -verify -pedantic
|
||
|
|
||
|
int a() {int p; *(1 ? &p : (void*)(0 && (a(),1))) = 10;} // expected-error {{not assignable}}
|