packages feed

hgom-0.5.1: test/data/t2_7.gom

/* clash between Emptyf, Consf and f */

module Foo
imports int String

abstract syntax

T1 = Emptyf() | Consf()
T2 = f(int*)