blob: 53830fd061c450210b00e14825b321cb33e2667d [file] [log] [blame]
John McCalldc767a12009-11-07 09:03:53 +00001// RUN: clang-cc -fsyntax-only -verify -Wshorten-64-to-32 -triple x86_64-apple-darwin %s
2
3int test0(long v) {
4 return v; // expected-warning {{implicit cast loses integer precision}}
5}