1 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s
3 // rdar://problem/56586853
4 // expected-no-diagnostics
11 int compare(Data
&a
, Data
&b
) {
15 // Covers the cases where both pointers are null as well as both pointing to the same buffer.
25 return compare(*aData
, *bData
); // no-warning