aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/QuasiQuotes/expr-quasiquote.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE QuasiQuotes #-}
module ExprQuasiQuote where
x = [sql|select * from users where id = 1|]
{- ORACLE_TEST pass -}
{-# LANGUAGE QuasiQuotes #-}
module ExprQuasiQuote where
x = [sql|select * from users where id = 1|]