Home
last modified time | relevance | path

Searched refs:test23_ty (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
Dattr-deprecated.c124 typedef int test23_ty __attribute((deprecated)); // expected-note {{previous definition is here}}
125 typedef int test23_ty; // expected-note {{'test23_ty' has been explicitly marked deprecated here}} … typedef
126 test23_ty test23_v; // expected-warning {{'test23_ty' is deprecated}}