summary refs log tree commit diff stats
path: root/tests/osproc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/osproc')
0 files changed, 0 insertions, 0 deletions
659739caf08e56fabf986932c7cd01151a5f40d'>7659739ca ^
1
2
3
4
5


                       
                                               
 
proc foo[T](thing: T) =
    discard thing

var a: proc (thing: int) {.nimcall.} = foo[int]