blob: 54c34d48418b6db33079f9380aa21f2dfc58ad42 [file] [log] [blame]
class Foo {
int abcde;
{
Foo a;
a.abcde = abcde;<caret>
}
}