package dude.hello;

import hello.*;
import hello.dsad;

class test {
    int b, c;
    Object main(int a) throws Exception {
        if (true) {
        } else {
        }

        for (int q = ' '; q; 2) {
        }

        b = b + 8 ? a : b;

        new q[] {4, 5};

        try {
        } catch (Exception e) {
        } finally {
        }

        return null;
    }
}
