mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Submitted by: Bill Wendling
- The && at the end was causing this to fail. Removed. llvm-svn: 39709
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// RUN: clang -parse-ast-check %s &&
|
||||
// XFAIL: *
|
||||
// RUN: clang -parse-ast-check %s
|
||||
|
||||
extern char *bork;
|
||||
char *& bar = bork;
|
||||
|
||||
Reference in New Issue
Block a user