1 // RUN: %clang_analyze_cc1 -std=c++1z -analyzer-checker=alpha.clone.CloneChecker -analyzer-config alpha.clone.CloneChecker:MinimumCloneComplexity=10 -verify %s
3 // expected-no-diagnostics
7 template<typename
...Args
>
8 int foo1(Args
&&... args
) {
16 // Different opeator in fold expression.
17 template<typename
...Args
>
18 int foo2(Args
&&... args
) {
26 // Parameter pack on a different side
27 template<typename
...Args
>
28 int foo3(Args
&&... args
) {