Files
Nim/tests/ccgbugs/tmangle_field.nim
2017-02-17 17:44:52 +01:00

17 lines
235 B
Nim

discard """
"""
# bug #5404
import parseopt2
{.emit: """typedef struct {
int key;
} foo;""".}
type foo* {.importc: "foo", nodecl.} = object
key* {.importc: "key".}: cint
for kind, key, value in parseopt2.getopt():
discard