forked from M-Labs/artiq
1
0
Fork 0
artiq/lit-test/test/monomorphism/integers.py

6 lines
133 B
Python

# RUN: %python -m artiq.compiler.testbench.module %s >%t
# RUN: OutputCheck %s --file-to-check=%t
x = 1
# CHECK-L: x: int(width=32)