mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 13:07:48 +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.}
|