blob: 02143c4ff7f4b62cadd0de7c4e35fd6f5c2a4623 [file]
public class Subdir.Test : GLib.Object {
construct {
stdout.printf("Test from Subdir/\n");
}
}