Lines Matching refs:LocalRedecl2
105 __declspec(dllimport) float LocalRedecl2; // expected-note{{previous declaration is here}}109 int *__attribute__((dllimport)) LocalRedecl2; // expected-error{{redeclaration of 'LocalRedecl2' with a different type: 'int *' vs 'float'}}