HomeSort by relevance Sort by last modified time
    Searched full:intref_c (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
references.cpp 88 typedef intref const intref_c; // expected-warning {{'const' qualifier on reference type 'intref' (aka 'int &') has no effect}} typedef
89 typedef intref_c intref; // ok, same type

Completed in 57 milliseconds