package tests { public class TestNegate { public function run():void { var a:int = 5; var b:int = ~a; } } }