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