class intwrapper {
    age:Int;
}

func g(a, b) {
    return a + b;
}

func main () {
    a = 3;
    return 0;
}
