summary refs log tree commit diff stats
path: root/nimsuggest/tests/fixtures/minclude_include.nim
blob: 23f9892cc013fce5978b57caf919f8586dbb1c6f (plain) (blame)
1
2
3
4
# this file is included and relies on imports within the include

proc create*(greeting: string = "Hello", subject: string = "World"): Greet =
  Greet(greeting: greeting, subject: subject)