summaryrefslogtreecommitdiff
path: root/tests/annotations/deprecated-struct-minimal.vala
blob: 6b1c34493fb7ed3ec29c210162cc7bf90bf42740 (plain)
1
2
3
4
5
6
7
8
9
[Version (deprecated = true)]
[CCode (has_type_id = false)]
[SimpleType]
struct Foo {
	public void* bar;
}

void main () {
}