class Test {
	static function run() :void {
		log "Hello, world!";
	}
// <- missing the last "}" here!

