1test :: Int
2test = 0
3
4
5resolve :: Int
6resolve = [wingman| use test |]
7
8