blob: 7072101d51a10cf1c3488055b0ea9430c922af54 [file]
class Class1 : GLib.Object {
public void hello() {
var c2 = new Class2();
c2.hello();
}
}