2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-08 16:43:19 +08:00
artiq/artiq/test/lit/inferencer/slice.py

7 lines
149 B
Python

# RUN: %python -m artiq.compiler.testbench.inferencer %s >%t
# RUN: OutputCheck %s --file-to-check=%t
x = [0]
# CHECK-L: [::numpy.int32]
x[:] = [1]