Skip to content
Snippets Groups Projects
Commit 37ece3c6 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Add test for #21962

parent b5511288
No related branches found
No related tags found
1 merge request!8795Marge Bot Batch MR - DO NOT TOUCH
Pipeline #55508 passed with warnings
{-# LANGUAGE UnboxedTuples #-}
{-# LANGUAGE MagicHash #-}
module Main where
import GHC.IO
import GHC.Exts
main :: IO ()
main = do
IO $ \s0 -> case newArray# 0# () s0 of (# s1, arr #) -> (# s1, () #)
......@@ -23,3 +23,4 @@ test('arr017', when(fast(), skip), compile_and_run, [''])
test('arr018', when(fast(), skip), compile_and_run, [''])
test('arr019', normal, compile_and_run, [''])
test('arr020', normal, compile_and_run, [''])
test('T21962', normal, compile_and_run, [''])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment