DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / cpptests / using4.cpp
123456
// TODO: FIXME: will use 'std::vector<int>::value_type;' once template support is improved int main() { using s_t = typename std::string; s_t s; }