module Test2 where

open import Test

-- Testing the inter-file goto facility.

test : 
test = 12 + 34 + 56

-- Testing qualified names.

Eq = Test.Equiv {Test.ℕ}