forked from OSchip/llvm-project
Bug #:
Submitted by: Bill Wendling Reviewed by: C++ references testcase. llvm-svn: 39497
This commit is contained in:
parent
3708c18559
commit
6811c0b5f3
|
@ -0,0 +1,6 @@
|
||||||
|
// RUN: clang -fsyntax-only %s
|
||||||
|
extern char *bork;
|
||||||
|
char *& bar = bork;
|
||||||
|
|
||||||
|
void foo(int &a) {
|
||||||
|
}
|
Loading…
Reference in New Issue