]> Raphaƫl G. Git Repositories - youtubedl/blob - test/swftests/EqualsOperator.as
debian/patches: Remove patch to disambiguate between ffmpeg and avconv.
[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 }