summaryrefslogtreecommitdiff
path: root/ecomp-c/tests/unknown_type.e
blob: 0aa0fab9b29123e5016241e18eb53b40de7d269d (plain)
1
2
3
4
5
6
7
8
module unknown_type;

var
	a : bigint23; // must warn here about an unknown type
	
begin
	a := 1;
end