aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/Checkers/WebKit/call-args-regression-traverse-decl-crash.cpp
blob: 3d8e822025f62b2074d74409eb917e4779757926 (plain)
1
2
3
4
5
6
7
// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.webkit.UncountedCallArgsChecker -verify %s
// expected-no-diagnostics

template <class Class> struct T;
template <template <class> class Class, class Type>
struct T<Class<Type>>
{ };