package p1;

import p0.Bar;
import p0.Foo;

public class Third {

	{
		Bar.bar(new Foo());
	}
}
