mirror of
https://github.com/vim/vim.git
synced 2026-07-25 14:29:02 +02:00
5 lines
84 B
Haskell
5 lines
84 B
Haskell
|
|
-- Issue #18776 (allow spaces in backticked operators)
|
||
|
|
|
||
|
|
main = print (9 ` div ` 4)
|
||
|
|
|