Small sanity-checking testcase

llvm-svn: 67133
This commit is contained in:
Douglas Gregor 2009-03-17 23:49:44 +00:00
parent 4606b12108
commit 45418cb4a9
1 changed files with 1 additions and 0 deletions

View File

@ -27,3 +27,4 @@ B<17 + 2> *bar(B<(19)> *ptr1, B< (::value + 7) > *ptr2, B<19 - 3> *ptr3) {
return ptr3; // expected-error{{incompatible type returning 'B<19 - 3> *', expected 'B<17 + 2> *'}}
}
typedef B<5> B5;