tests: Add invalid "foreach" tests to increase coverage
[vala-gnome.git] / tests / semantic / foreach-missing-generic-type.test
blob8b5640ec00d2252b6976fc61ae46685fc0d47d6b
1 Invalid Code
3 void main () {
4         GLib.List test;
5         foreach (var t in test) {
6         }