Test.vala 113 B

123456
  1. public class Subdir2.Test : GLib.Object {
  2. construct {
  3. stdout.printf("Test from Subdir2/\n");
  4. }
  5. }