2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-04 17:31:10 +08:00
artiq/lit-test/test/monomorphism/integers.py

6 lines
136 B
Python
Raw Normal View History

# RUN: %python -m artiq.compiler.testbench.signature %s >%t
2015-07-03 02:28:26 +08:00
# RUN: OutputCheck %s --file-to-check=%t
x = 1
# CHECK-L: x: int(width=32)