artiq/lit-test/test/inferencer/slice.py

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]