no :: in func decls
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# innermost enclosing loop. Each section returns a distinct code on failure so
|
||||
# a regression points at the broken behaviour; success falls through to 42.
|
||||
|
||||
main :: func() i32 {
|
||||
main func() i32 {
|
||||
# 1. `break` out of a `while` once i reaches 5.
|
||||
i i32 = 0
|
||||
a i32 = 0
|
||||
|
||||
Reference in New Issue
Block a user