mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
Issue homework 2: irgen
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
int f(int i, int const a[const i]) {
|
||||
int f(int i, int const a[i]) {
|
||||
int temp = 0;
|
||||
const float temp2 = 0.f, temp3 = 0.f;
|
||||
temp = sizeof(unsigned char);
|
||||
|
||||
Reference in New Issue
Block a user