blob: 8b36707e23c56bf822c42636b456fd72c74798a5 [file] [log] [blame]
class Test {
class C {}
void foo() {
C c<caret>c;
}
}