-- !!! Testing error checking in qualified names (type variables)

-- No qualified type variables
module TestQual2 where
x :: A.a
x = x


