1 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s
2 // expected-no-diagnostics
9 int compare(Data
&a
, Data
&b
) {
13 // Covers the cases where both pointers are null as well as both pointing to the same buffer.
23 return compare(*aData
, *bData
); // no-warning