Closed yc2lee closed 7 years ago
A couple more changes to go along with https://github.com/cs136/seashell/pull/590
This also fixes the example program
#include <stdio.h> int g = -1; int a[] = {0, 1, 2}; int main(void) { printf("%d\n", a[g]); }
Was that example program still broken? I thought I had fixed it with my last pull request.
No I think it was already fixed. I think I probably ran it on the live version
A couple more changes to go along with https://github.com/cs136/seashell/pull/590
This also fixes the example program