packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/CPP/macro-expansion-block-comment-literal.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE CPP #-}
module MacroExpansionBlockCommentLiteral where

#define HET 0x68657462 /* 'h' 'e' 't' 'b' */

f x = case x of
  HET -> ()
  _ -> ()