blob: b8c08fdfd786184146f09b5d05ed3bfb06a5e9c4 [file] [log] [blame]
class Test {
Test f;
void foo(){}
void bar() {
f.foo();
}
}