Files
Nim/tests/pragmas/custom_pragma.nim
2018-08-13 17:27:44 +02:00

6 lines
202 B
Nim

# imported by tcustom_pragmas to test scoping
template serializationKey*(s: string) {.pragma.}
template defaultValue*(V: typed) {.pragma.}
template alternativeKey*(s: string = "", V: typed) {.pragma.}