summary refs log tree commit diff stats
path: root/tests/js/tjshello_stacktrace.nim
blob: d5e1c36ebf4c3123b27faee85aa0459fd37acd3b (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  output: "Hello World"
  maxcodesize: 4500
  ccodecheck: "!@'function'"
"""

import jsconsole

console.log "Hello World"