diff options
| author | 2025-10-08 23:19:38 +0200 | |
|---|---|---|
| committer | 2025-10-08 23:19:38 +0200 | |
| commit | c1ab2a12cdaec4b701f2f9f994a174a6b838212c (patch) | |
| tree | 97f0892788a2ef2ed335e07b7d673654d8cc7c3e /test/test.c | |
| parent | 68ecc26d0257e2b2df39eeedf637e6ac6f8ab232 (diff) | |
bugfix for initz
Diffstat (limited to 'test/test.c')
| -rw-r--r-- | test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c index 1a50690..c107101 100644 --- a/test/test.c +++ b/test/test.c @@ -104,6 +104,7 @@ int main() { str[1]&=~0x20; extern int printf(char *, ...); printf("%s %d,%d\n",str, arr[0],arr[5]); + int bleh[500]={}; return sizeof arr; } // |