forked from M-Labs/artiq
1
0
Fork 0
artiq/lit-test/compiler/irgen/empty.py

8 lines
201 B
Python
Raw Normal View History

2015-07-14 11:44:16 +08:00
# RUN: %python -m artiq.compiler.testbench.irgen %s >%t
# RUN: OutputCheck %s --file-to-check=%t
# CHECK-L: NoneType input.__modinit__() {
# CHECK-L: 1:
# CHECK-L: return NoneType None
# CHECK-L: }