diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/hsc/Bar.hsc')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/hsc/Bar.hsc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/bazel/rules_haskell/tests/hsc/Bar.hsc b/third_party/bazel/rules_haskell/tests/hsc/Bar.hsc new file mode 100644 index 000000000000..a8bb791513b5 --- /dev/null +++ b/third_party/bazel/rules_haskell/tests/hsc/Bar.hsc @@ -0,0 +1,6 @@ +module Bar (hscFiredBar) where + +#ifndef _INTERNAL_HSC_DO_NOT_DEFINE_ME +hscFiredBar :: String +hscFiredBar = "hscFiredBar" +#endif |