aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/DoAndIfThenElse/bare-let-in-do-explicit.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE Haskell2010 #-}
module BareLetInDoExplicit where
-- Explicit empty braces in do block
test = do
let {}
x <- undefined
return ()