Files
Doug Kearns ea14bb7df9 runtime(haskell): Add syntax test
Add a test for issue #18776 (allow spaces in backticked operators).

closes: #18783

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-11-21 18:22:37 +00:00

5 lines
84 B
Haskell

-- Issue #18776 (allow spaces in backticked operators)
main = print (9 ` div ` 4)