Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dreferences.cpp108 …typedef intref const intref_c; // expected-warning {{'const' qualifier on reference type 'intref' … in test8() typedef
109 typedef intref_c intref; // ok, same type in test8()