summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/plugins10.hs
blob: d4564a2c292a7df4bb88a4acc74918dfcb9e68df (plain)
1
2
3
4
5
6
7
8
9
{-# OPTIONS_GHC -fplugin-opt Simple.SourcePlugin:a #-}
{-# LANGUAGE TemplateHaskell, QuasiQuotes #-}
module B where

import QuasiQuotation

$(return [])

x = [stringify|x|]