tilia-0.0.1.0: corpora/vendored/other/cpp/directive-above-a-trailing-comment.hs
{-# LANGUAGE CPP #-}
module Terminal.Size where
#ifndef NO_CALLSTACK
import GHC.Stack
#define TRACED(ty) HasCallStack => ty
#endif
newtype Size = Size Int
-- A comment with nothing written under it.