add breaking test
This commit is contained in:
parent
b5a2689937
commit
3d05d7386b
3 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"entry_point": "./tests/tests/constants/import/destination.zok",
|
||||
"tests": []
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
from "./origin.zok" import foo
|
||||
def main():
|
||||
return
|
|
@ -0,0 +1,3 @@
|
|||
const u32 N = 42
|
||||
def foo(field[N] a) -> bool:
|
||||
return true
|
Loading…
Reference in a new issue