Searched refs:nonconst_int (Results 1 – 1 of 1) sorted by relevance
69 int *nonconst_int; in foo() local70 …*(test0 ? const_int : nonconst_int) = 42; // expected-error {{read-only variable is not assignable… in foo()71 …*(test0 ? nonconst_int : const_int) = 42; // expected-error {{read-only variable is not assignable… in foo()84 …(test0 ? (test0 ? adr2 : adr2) : nonconst_int); // expected-error{{conditional operator with the s… in foo()