haskell-language-server-2.7.0.0: plugins/hls-pragmas-plugin/test/testdata/AddOptsGhcAfterLanguage.hs
#! /usr/bin/env nix-shell
#! nix-shell --pure -i runghc -p "haskellPackages.ghcWithPackages (hp: with hp; [ turtle ])"
{-# OPTIONS_GHC -Wall #-}
{-# LANGUAGE OverloadedStrings #-}
-- | Doc Comment
{- Block -}
module BeforeDocComment where
test :: Int -> Integer
test x = x * 2