forked from OSchip/llvm-project
Added a test case for the fix to bug 17632 in r193751
llvm-svn: 194212
This commit is contained in:
parent
72c5d91171
commit
faed9c671e
|
@ -608,6 +608,8 @@ void testWhileLoop1() {
|
|||
*var0; // expected-warning {{invalid invocation of method 'operator*' on object 'var0' while it is in the 'consumed' state}}
|
||||
}
|
||||
|
||||
typedef const int*& IntegerPointerReference;
|
||||
void testIsRValueRefishAndCanonicalType(IntegerPointerReference a) {}
|
||||
|
||||
namespace ContinueICETest {
|
||||
|
||||
|
|
Loading…
Reference in New Issue