This testcase bus errors because semantics analysis of these operators isn't implemented.

llvm-svn: 39612
This commit is contained in:
Chris Lattner 2007-06-08 18:13:24 +00:00
parent c84413e0a8
commit 7a89360402

View File

@ -1,4 +1,5 @@
// RUN: clang -fsyntax-only %s
// XFAIL: *
char *const_cast_test(const char *var)
{