Files
Nim/tests/ccgbugs/tmangle_field.nim
2019-01-25 13:13:55 +01:00

17 lines
233 B
Nim

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