diff options
author | Yuriy Syrovetskiy <cblp@cblp.su> | 2019-04-02 12:59:49 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-08 14:41:51 -0400 |
commit | 97502be8bda9199ac058b9677b4b6ba028022936 (patch) | |
tree | 36ed855bd07d08f4127c45265d5e4f27ea8dbcac /testsuite/tests/th/T13366.hs | |
parent | 2b3f4718502465e2b4dfa4a7868ed7a3ad5e4ff1 (diff) | |
download | haskell-97502be8bda9199ac058b9677b4b6ba028022936.tar.gz |
Add `-optcxx` option (#16477)
Diffstat (limited to 'testsuite/tests/th/T13366.hs')
-rw-r--r-- | testsuite/tests/th/T13366.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/T13366.hs b/testsuite/tests/th/T13366.hs index 6a3bda3d09..7d998f2ae8 100644 --- a/testsuite/tests/th/T13366.hs +++ b/testsuite/tests/th/T13366.hs @@ -1,6 +1,6 @@ {-# LANGUAGE ForeignFunctionInterface #-} {-# LANGUAGE TemplateHaskell #-} -{-# OPTIONS_GHC -optc-DA_MACRO=1 #-} +{-# OPTIONS_GHC -optc-DA_MACRO=1 -optcxx-DA_MACRO=1 #-} import Language.Haskell.TH.Syntax import System.IO (hFlush, stdout) |