vty-5.39: tools/CrashTest.hs
module Main (main) where
import Graphics.Vty
main :: IO ()
main = do
vty <- mkVty defaultConfig
shutdown vty
module Main (main) where
import Graphics.Vty
main :: IO ()
main = do
vty <- mkVty defaultConfig
shutdown vty