1 2 3 4 5
module Test19814 where foo = do { let { }; return (); } foe = do { let { x = 3 }; return (); }