diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/library-with-includes/b.h')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/library-with-includes/b.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/bazel/rules_haskell/tests/library-with-includes/b.h b/third_party/bazel/rules_haskell/tests/library-with-includes/b.h new file mode 100644 index 000000000000..3425137bf9cf --- /dev/null +++ b/third_party/bazel/rules_haskell/tests/library-with-includes/b.h @@ -0,0 +1 @@ +#define B 17 |