1module Test where
2
3x :: Bool -> Int
4x False = _w0
5x True = _w1
6
7