summary refs log tree commit diff stats
path: root/tests/macros/tmemit.nim
blob: 6fb2f3b6595aa8d6e129f1d89a48da63aed58a0f (plain) (blame)
1
2
3
4
5
6
7
discard """
  output: '''HELLO WORLD'''
"""

import macros, strutils

emit("echo " & '"' & "hello world".toUpper & '"')