tests: Add invalid "base" tests to increase coverage
[vala-gnome.git] / tests / chainup / base-struct-invalid.test
blob5b2fb2693c6b26ae0c9955b56a02a953e056c31a
1 Invalid Code
3 struct Foo {
4         public Foo () {
5                 base ();
6         }
9 void main () {