summaryrefslogtreecommitdiffstats
path: root/tests/000-base/shutdown.awl
blob: ae96d436142fe3a2f94f9e38319974f8028bee34 (plain)
1
2
3
4
5
6
7
8
9
	U		E 0.0
	=		A 0.0

	// Exit the simulator process
	CALL SFC -3 (
		SHUTDOWN_TYPE := 1
	)
	// Here be dragons
	__ASSERT==	1, 2
bues.ch cgit interface