aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/import_local_collision/sut.elna
blob: a9de9c91921f152587466026115dafd5410b4fe3 (plain)
1
2
3
4
5
6
7
import helper

var
  X: Int (* @Error Symbol 'X' has been already defined *)

begin
end.