summaryrefslogtreecommitdiff
path: root/mnv/src/testdir/sautest/autoload/footest.mnv
blob: fc22fb083540d6589b41c565b1fab2dbddcc5eee (plain)
1
2
3
4
5
" Autoload script used by test_listdict.mnv, test_exists.mnv and test_let.mnv
let footest#x = 1
func footest#F()
  return 0
endfunc