Searched refs:s5_2 (Results 1 – 1 of 1) sorted by relevance
42 struct S5 { int y; } *s5_2 = 0; in test_funcparam_scope() local43 …if (s5 == s5_2) return 1; // expected-error {{comparison of distinct pointer types ('struct S5 *' … in test_funcparam_scope()