PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / double-greater-than-fixit.C
blobf0de4ec35b5477ab4ee2c5f62d39b4fe6de2a9fe
1 /* { dg-options "-fdiagnostics-show-caret -std=c++98" } */
2 template <typename T>
3 struct foo {};
5 foo<foo<int>> i; // { dg-error "12: .>>. should be .> >. within a nested template argument list" }
6 /* { dg-begin-multiline-output "" }
7  foo<foo<int>> i;
8             ^~
9             > >
10    { dg-end-multiline-output "" } */