diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/textual-hdrs/Main.hs')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/textual-hdrs/Main.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/bazel/rules_haskell/tests/textual-hdrs/Main.hs b/third_party/bazel/rules_haskell/tests/textual-hdrs/Main.hs deleted file mode 100644 index f741091275d8..000000000000 --- a/third_party/bazel/rules_haskell/tests/textual-hdrs/Main.hs +++ /dev/null @@ -1,5 +0,0 @@ -{-# LANGUAGE CPP #-} - -module Main (main) where - -#include "main_definition.h" |