You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. the w2ll will crash if compile the code like that:
```
char a[10] = {"hello"};
int main(void)
{
return sizeof(a);
}
```
Signed-off-by: Zhijin Zeng <[email protected]>
for a1[10], xcalcc log:
for a4[10], xcalcc log:
The text was updated successfully, but these errors were encountered: