summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/Test10358.hs
blob: 1e1ce3569072f7382d2bf2c8b3b80f02a73ea632 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE BangPatterns #-}
module Test10358 where

mtGamma x v d =
  let !x_2 = x*x; !x_4 = x_2*x_2
      v3 = v*v*v
      dv = d * v3
  in 5