]> jfr.im git - yt-dlp.git/blame - test/swftests.unused/StaticRetrieval.as
[FFmpegMetadataPP] Remove `\0` from metadata
[yt-dlp.git] / test / swftests.unused / StaticRetrieval.as
CommitLineData
e75c24e8
PH
1// input: []
2// output: 1
3
4package {
5public class StaticRetrieval {
6 public static var v:int;
7
8 public static function main():int{
9 if (v) {
10 return 0;
11 } else {
12 return 1;
13 }
14 }
15}
16}