// Copyright (C) 2017 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. #include #include #include #include #include "test_parser.hpp" using namespace cppast; TEST_CASE("cpp_class_template") { auto code = R"( // check everything not related to members first template class a {}; template struct b {}; template