summaryrefslogtreecommitdiff
path: root/tests/gtktemplate/gtkchild-without-gtktemplate.test
blob: 33d32ea4e947b1c10f4d5b6508909abcbd4b55ab (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

public class GtkTemplate : Gtk.ApplicationWindow {
	[GtkChild]
	public unowned Gtk.Button button0;
}

void main () {
}