blob: 4a2d61f27d268a58293f8a9ed20d540a8a56622e [file] [log] [blame]
public class Subdir2.Test : GLib.Object {
construct {
stdout.printf("Test from Subdir2/\n");
}
}