tests: Add invalid "constant" tests to increase coverage
[vala-gnome.git] / tests / semantic / constant-value-type.test
blob055926c5eb79d12b4a3ac55025e89011980df942
1 Invalid Code
3 const string FOO = 23;
5 void main () {