Commit missing parts of 74a75841.

This commit is contained in:
whitequark 2016-02-15 19:36:19 +00:00
parent 3da9bfc704
commit f28b259b5f
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,10 @@
from artiq.language.core import * from artiq.language.core import *
from artiq.language.types import * from artiq.language.types import *
def foo():
pass
@kernel @kernel
def entrypoint(): def entrypoint():
# CHECK-L: ${LINE:+1}: fatal: name 'prnt' is not bound to anything; did you mean 'print'? # CHECK-L: ${LINE:+1}: fatal: name 'fo0' is not bound to anything; did you mean 'foo'?
prnt() fo0()