> * Repro for Plan 9 8c bug:
> unsigned long long x;
>
> int f(int);
>
> void
> test(void)
> {
> int a;
> a = f(a-x+a);
> }Is anybody working on fixing this? If not, I'll volunteer.
> * Repro for Plan 9 8c bug:
> unsigned long long x;
>
> int f(int);
>
> void
> test(void)
> {
> int a;
> a = f(a-x+a);
> }Is anybody working on fixing this? If not, I'll volunteer.