Searched defs:charT (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/basic/basic.start/basic.start.main/
H A Dp2.cpp84 typedef char charT; typedef
85 int main(int, const charT**) {} argument
90 typedef char charT; typedef
91 int main(int, charT* const *) {}
96 typedef char charT; typedef
97 int main(int, const charT* const *) {}

Completed in 111 milliseconds