Submitted by: Bill Wendling

- The && at the end was causing this to fail. Removed.

llvm-svn: 39709
This commit is contained in:
Bill Wendling
2007-06-29 09:54:25 +00:00
parent bdf3f73eeb
commit 772996ab44

View File

@@ -1,5 +1,4 @@
// RUN: clang -parse-ast-check %s &&
// XFAIL: *
// RUN: clang -parse-ast-check %s
extern char *bork;
char *& bar = bork;