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