mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
6 lines
202 B
Nim
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.}
|