aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/layout/do-where-layout-multi.hs
{- ORACLE_TEST pass -}
-- Test: where clause at same column as do statements closes do block (multiple bindings)
module DoWhereLayoutMulti where
testMulti a b = do
x
y
where
x = a
y = b