Install support files via debhelper instead of setup.py.
[youtubedl] / test / swftests / EqualsOperator.as
1 // input: []
2 // output: false
3
4 package {
5 public class EqualsOperator {
6 public static function main():Boolean{
7 return 1 == 2;
8 }
9 }
10 }