summary refs log tree commit diff stats
path: root/tests/pragmas/custom_pragma.nim
blob: 9e8f51deba4fe843e53639267c6555aafbf5a6c3 (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 = nil, V: typed) {.pragma.}