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

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

end module;
