DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / annotations / deprecated-struct-minimal.vala
123456789
[Version (deprecated = true)] [CCode (has_type_id = false)] [SimpleType] struct Foo { public void* bar; } void main () { }