packages feed

ormolu-0.8.2.0: data/examples/other/cpp/cpp-and-imports.hs

{-# LANGUAGE CPP #-}

module Bug where

#ifdef flag
constant :: Int
constant = 1312
#endif