summaryrefslogtreecommitdiff
path: root/testsuite/tests/wcompat-warnings/WCompatWarningsOn.hs
blob: ccb6c911e3db1d8a6adcdc38f711bc1343f34c04 (plain)
1
2
3
4
5
6
-- Test purpose:
-- Ensure that -Wcompat switches on the right warnings

{-# OPTIONS_GHC -Wcompat -Wno-error=compat #-}
{-# LANGUAGE CPP #-}
#include "Template.hs"