
// testing static const
class Test {
	static function run() : void {
		Math.PI = 3;
		log Math.PI;
	}
}
