357208f3ce4fe8d99a2b5d6324fe16bf714ea5c5
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc052.stderr
1 __export ShouldSucceed A B C;
2 1 type A a = B   a ;
3 1 type B c = C ;
4 1 type C = PrelBase.Int ;