Files
2025-02-Compiler/src/test_4.cm

8 lines
74 B
Plaintext

int main(void)
{
int x[5];
x[output(5)] = 3 + 5;
return 0;
}