linux: Add constants from program_invocation_name(3)
[vala-gnome.git] / tests / structs / bug764041.test
blob1911cda0c3d17683643480b9a0bc5f23ad4cbe02
1 Invalid Code
3 struct N {
4         public int i;
7 void main() {
8         N n = { 42 };
9         Value v = n;