module Main where(//) :: Double -> Double -> Double a // b = a / b / bmain = print $ 1 // 2
& runhaskell -cpp CppTest2.hs 0.25