Added a test case for the fix to bug 17632 in r193751

llvm-svn: 194212
This commit is contained in:
Chris Wailes 2013-11-07 18:35:18 +00:00
parent 72c5d91171
commit faed9c671e
1 changed files with 2 additions and 0 deletions

View File

@ -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 {