import org.aspectj.testing.*;
class Clazz {
    public static void main(String[] args) {
        Tester.check(true, "compiled");
    }
}