<!-- When reporting a bug in the parser, please use the following format --> * cppast version: latest one <!-- e.g. 0.0 or latest one --> * parser: `libclang_parser` <!-- Change if there are multiple parsers one day --> * clang version: 3.9.1+ <!-- e.g. 4.0 --> The default type of a template type parameter is always unexposed, as there is no way to retrieve them from libclang. Input: ```cpp template <typename T = int> void foo(); ```