Files
Nim/tests/dll/nimhcr_basic.nim
metagn a4781dc4bc use old typeinfo generation for hot code reloading (#22518)
* use old typeinfo generation for hot code reloading

* at least test hello world compilation on orc
2023-08-20 06:30:36 +02:00

9 lines
114 B
Nim

discard """
output: '''
Hello world
'''
"""
# for now orc only tests successful compilation
echo "Hello world"