1 // RUN: %clang_analyze_cc1 -std=gnu++11 -analyzer-checker=alpha.clone.CloneChecker -analyzer-config alpha.clone.CloneChecker:MinimumCloneComplexity=10 -verify %s
3 // expected-no-diagnostics
17 // Targeting a different label with the address-of-label operator.
29 // Different target label in goto
41 // FIXME: Can't detect same algorithm as in foo1 but with different label names.