Files @ 0c617cc162dd
Branch filter:

Location: CSY/reowolf/testdata/parser/negative/1.pdl - annotation

Christopher Esterhuyse
conitnued continuing refactor (safe state) nonsyncprotocontext now correctly uses the rollback-safe current_state structure for modifying port information
#version 100

// sync block nested twice in primitive
primitive main(in a, out b) {
	while (true) {
		synchronous {
			synchronous {}
		}
	}
}