==== Source: a ==== import "b"; uint constant c = 7; ==== Source: b ==== import "a"; uint constant c = 7; // ---- // DeclarationError 2333: (b:12-31): Identifier already declared.