2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-08 16:43:19 +08:00
artiq/artiq/test/lit/escape/const_string.py

12 lines
160 B
Python
Raw Normal View History

# RUN: %python -m artiq.compiler.testbench.embedding %s
from artiq.experiment import *
@kernel
def foo():
return "x"
@kernel
def entrypoint():
foo()