1 // RUN: %clang_analyze_cc1 -analyzer-checker=unix.cstring.BadSizeArg -verify %s
2 // expected-no-diagnostics
4 // Ensure we don't crash on C++ declarations with special names.
10 X
operator+(X a
, X b
) {
18 // Ensure we don't crash on custom-defined strncat.