forked from M-Labs/artiq
7 lines
151 B
Python
7 lines
151 B
Python
|
# RUN: %python -m artiq.compiler.testbench.inferencer %s >%t
|
||
|
# RUN: OutputCheck %s --file-to-check=%t
|
||
|
|
||
|
x = [0]
|
||
|
# CHECK-L: [::int(width=32)]
|
||
|
x[:] = [1]
|