summary refs log tree commit diff stats
path: root/tests/avr/thello.nim
blob: 7ebaeae5fd09815523e2b74b8598ae1433cd9e36 (plain) (blame)
1
2
3
4
5
6
discard """
  cmd: "nim c --compileOnly --os:standalone --exceptions:quirky -d:noSignalHandler -d:danger --threads:off $file"
  action: "compile"
"""

echo "hi"