1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

add failing test for unpack

This commit is contained in:
dark64 2021-09-27 20:51:30 +02:00
parent 2ff4189ab9
commit 3ad8938897

View file

@ -0,0 +1,5 @@
from "EMBED" import unpack
def main():
bool[2] bits = unpack(4) // we need 3 bits to unpack 4
return