add failing test for unpack
This commit is contained in:
parent
2ff4189ab9
commit
3ad8938897
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
from "EMBED" import unpack
|
||||
|
||||
def main():
|
||||
bool[2] bits = unpack(4) // we need 3 bits to unpack 4
|
||||
return
|
Loading…
Reference in a new issue