public class Subdir.Test : GLib.Object { construct { stdout.printf("Test from Subdir/\n"); } }