tests: Add "gtktemplate" test to increase coverage
[vala-gnome.git] / tests / generics / bug694765-3.vala
blob92ccc874716f35abc24ec6ff1bdcfb82aa02b3d2
1 void main () {
2 var table = new HashTable<string, List<string>> (str_hash, str_equal);
3 table = null;