blob: 9154e2286505526295cc7b55170ec340c41ef46b [file] [log] [blame]
public class Test : GLib.Object {
construct {
stdout.printf("Test from main directory\n");
}
}