summary refs log tree commit diff stats
path: root/tests/pragmas/custom_pragma.nim
blob: d2fc969d00f965fc40818b830679d8d587719c02 (plain) (blame)
1
2
3
4
5
# imported by tcustom_pragmas to test scoping

template serializationKey*(s: string) {.pragma.}
template defaultValue*(V: typed) {.pragma.}
template alternativeKey*(s: string = "", V: typed) {.pragma.}