summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/T8103.hs
blob: 99e213b06c1845b5985341203797ce15123b1b78 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE MagicHash #-}
module Main where
import T8103_A

float_text = case (0.0## `foo` 1.2##) of
               0.0## -> "1"
               _     -> "0"
main = putStrLn (float_text)