artiq/lit-test/compiler/monomorphism/integers.py

6 lines
133 B
Python
Raw Normal View History

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