summary refs log tree commit diff stats
path: root/lib/pure/ioselectors.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/ioselectors.nim')
0 files changed, 0 insertions, 0 deletions
an class='oid'>268197add ^
dd8cbf5fc ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16




           
               







                                             
                                          
         
discard """
"""

# bug #5404

import parseopt

{.emit: """typedef struct {
    int key;
} foo;""".}

type foo* {.importc: "foo", nodecl.} = object
  key* {.importc: "key".}: cint

for kind, key, value in parseopt.getopt():
  discard