summary refs log tree commit diff stats
path: root/tests/stdlib/toserrors.nim
blob: e907dfe639356a29ea257692ebf539fa2e5941b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  action: compile
"""

import std/oserrors

let x1 = osLastError()
raiseOSError(x1)
echo osErrorMsg(x1)