haskell-language-server-2.15.0.0: plugins/hls-export-plugin/test/testdata/CppExportInclude.hs
{-# LANGUAGE CPP #-}
module CppExportInclude
( foo
#include "CppExportInclude.h"
) where
foo :: Int
foo = 1
included :: Int
included = 2
extra :: Int
extra = 3