ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/TopLevelSemis3.hs
module TopLevelSemis3 where
{
x = 1;
-- Comment
class Foo a where {
};
}
module TopLevelSemis3 where
{
x = 1;
-- Comment
class Foo a where {
};
}