summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T17345.script
blob: 076e8153fda22a0f05847452b393aa5297da8dbc (plain)
1
2
3
4
5
6
7
8
-- Testing command name resolution with option (`!`)

-- builtin command
:k! ()

-- macro command
:def! kind! (\e -> putStrLn "called :kind! macro" >> return "")
:k! ()