mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 06:27:12 +03:00
move to new cspot
This commit is contained in:
7
components/spotify/cspot/bell/external/opus/cmake/vla.c
vendored
Normal file
7
components/spotify/cspot/bell/external/opus/cmake/vla.c
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
int main() {
|
||||
static int x;
|
||||
char a[++x];
|
||||
a[sizeof a - 1] = 0;
|
||||
int N;
|
||||
return a[0];
|
||||
}
|
||||
Reference in New Issue
Block a user