diff options
Diffstat (limited to 'testsuite/tests/bytecode/T22376/A.hs')
-rw-r--r-- | testsuite/tests/bytecode/T22376/A.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/bytecode/T22376/A.hs b/testsuite/tests/bytecode/T22376/A.hs new file mode 100644 index 0000000000..670c3fd6a4 --- /dev/null +++ b/testsuite/tests/bytecode/T22376/A.hs @@ -0,0 +1,6 @@ +module A where +import B + +foo :: String +foo = f "bc" +{-# NOINLINE foo #-} |