diff options
author | Chris Lattner <sabre@nondot.org> | 2007-06-08 18:13:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-06-08 18:13:24 +0000 |
commit | 7a89360402777813a9a1a1e7928928ed390fa090 (patch) | |
tree | 080eed185cba48230bd707d653014402e1627f79 /clang/test/Parser/cxx-casting.cpp | |
parent | c84413e0a824e4366ed95a10f689f44d5a5813e8 (diff) | |
download | bcm5719-llvm-7a89360402777813a9a1a1e7928928ed390fa090.tar.gz bcm5719-llvm-7a89360402777813a9a1a1e7928928ed390fa090.zip |
This testcase bus errors because semantics analysis of these operators isn't implemented.
llvm-svn: 39612
Diffstat (limited to 'clang/test/Parser/cxx-casting.cpp')
-rw-r--r-- | clang/test/Parser/cxx-casting.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Parser/cxx-casting.cpp b/clang/test/Parser/cxx-casting.cpp index 1e06e981e4c..638985faf76 100644 --- a/clang/test/Parser/cxx-casting.cpp +++ b/clang/test/Parser/cxx-casting.cpp @@ -1,4 +1,5 @@ // RUN: clang -fsyntax-only %s +// XFAIL: * char *const_cast_test(const char *var) { |