1 // RUN: %clang_analyze_cc1 -fms-extensions -std=c++1z -analyzer-checker=alpha.clone.CloneChecker -analyzer-config alpha.clone.CloneChecker:MinimumCloneComplexity=10 -verify %s
3 // expected-no-diagnostics
7 __if_exists(x
) { return false; }
12 // Same as above, but __if_not_exists
15 __if_not_exists(x
) { return false; }