Files @ 42785e82880a
Branch filter:

Location: CSY/reowolf/testdata/parser/negative/26.pdl

MH
WIP: Fix bug where components were not properly destroyed
1
2
3
4
5
#version 100

primitive main(in a, out b) {
	break; // illegal
}