! test2c.uil
!
! This test tries to demonstrate :
! - how exported and imported values work
! - literals
!
module test2c
	names = case_sensitive

value
	green : exported rgb(0, 0, 65535);
	n : exported 3;

end module;
