HUGE Makefile updates!
This commit is contained in:
8
tests/sprint2/test/sp2_invalid_release.alpha
Normal file
8
tests/sprint2/test/sp2_invalid_release.alpha
Normal file
@ -0,0 +1,8 @@
|
||||
type rec: [integer: x; integer: y]
|
||||
|
||||
entry(arg) := {
|
||||
[rec: w]
|
||||
w := reserve w;
|
||||
w := release (w);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user