tests: Add "gtktemplate" test to increase coverage
[vala-gnome.git] / tests / semantic / field-invalid-assignment.test
blobd9f41f4081393c7448bd6698cd6583392d1c39e7
1 Invalid Code
3 string get_foo () {
4         return "foo";
7 unowned string field;
9 void main () {
10         field = get_foo ();