packages feed

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

{-# LANGUAGE CPP #-}

module Bug where

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