1test :: a
2test =
3  let a = (1,"bbb")
4   in case a of { (n, s) -> _w0 }
5
6