summaryrefslogtreecommitdiff
path: root/tests/semantic/struct-recursive.test
blob: 6b552551c58b1aa91a6ef877c070ee26ac446a0a (plain)
1
2
3
4
5
6
7
8
Invalid Code

struct Foo {
	public Foo foo;
}

void main () {
}