checkin in opus reference decoder

This commit is contained in:
jacqueline
2023-08-01 10:14:23 +10:00
parent d41de537a0
commit 23393312b7
414 changed files with 101944 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
int main() {
static int x;
char a[++x];
a[sizeof a - 1] = 0;
int N;
return a[0];
}