artiq/artiq/test/lit/codegen/assign_none.py

7 lines
94 B
Python

# RUN: %python -m artiq.compiler.testbench.llvmgen %s
def f():
pass
def g():
a = f()