about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/library-with-includes/Lib.hs
blob: 1ca98d615c4aa97949a8c081afce7073ec80538a (plain) (blame)
1
2
3
4
5
6
7
8
{-# LANGUAGE CPP #-}
module Lib (x) where

#include "tests/library-with-includes/a.h"
#include "tests/library-with-includes/b.h"

x :: Int
x = A + B