blob: a62f9a8ba70990fae302e199f8753e4c889dfd00 [file] [log] [blame]
// RUN: clang-cc %s -verify -fsyntax-only
int a(int* x);
int b(unsigned* y) { return a(y); } // expected-warning {{pointer types point to integer types with different sign}}