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

  /external/clang/test/SemaCXX/
typo-correction.cpp 76 typedef char* another_str; // expected-note{{'another_str' declared here}} typedef
81 another_str *cstr = new AnotherStr; // expected-error{{unknown type name 'AnotherStr'; did you mean 'another_str'?}}

Completed in 609 milliseconds