X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Finterpreter%2Ftest%2Fstatic%2Fs024.hs;fp=ghc%2Finterpreter%2Ftest%2Fstatic%2Fs024.hs;h=c32a59f1d5c899c7393e5e162dc51aae7aeb804c;hb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;hp=0000000000000000000000000000000000000000;hpb=967cc47f37cb93a5e2b6df7822c9a646f0428247;p=ghc-hetmet.git diff --git a/ghc/interpreter/test/static/s024.hs b/ghc/interpreter/test/static/s024.hs new file mode 100644 index 0000000..c32a59f --- /dev/null +++ b/ghc/interpreter/test/static/s024.hs @@ -0,0 +1,3 @@ +--!!! Testing duplicate type synonyms +type T = Int +type T = Float