mirror of https://github.com/m-labs/artiq.git
6 lines
164 B
Python
6 lines
164 B
Python
|
# RUN: %python -m artiq.compiler.testbench.inferencer %s >%t
|
||
|
# RUN: OutputCheck %s --file-to-check=%t
|
||
|
|
||
|
# CHECK-L: as x:<function parallel>
|
||
|
with parallel as x: pass
|