summaryrefslogtreecommitdiff
path: root/tests/objects/interface_only.vala
blob: e81d637191460ac2ea5802a601e8006c51a36df8 (plain)
1
2
3
4
5
interface Foo {
}

void main () {
}