removed old files
This commit is contained in:
parent
ced95f1a97
commit
5d7d2a82f9
3 changed files with 0 additions and 1476 deletions
BIN
out
BIN
out
Binary file not shown.
18
testFile
18
testFile
|
@ -1,18 +0,0 @@
|
||||||
|
|
||||||
int compute(int a, int d) {
|
|
||||||
int b;
|
|
||||||
int c;
|
|
||||||
b = a;
|
|
||||||
b = b + a * 4;
|
|
||||||
return b;
|
|
||||||
}
|
|
||||||
|
|
||||||
void main(void) {
|
|
||||||
int a;
|
|
||||||
if (a == 3) {
|
|
||||||
print(a);
|
|
||||||
} else {
|
|
||||||
int b = compute(a, 2 * a);
|
|
||||||
print(b);
|
|
||||||
}
|
|
||||||
}
|
|
1458
yacc.output
1458
yacc.output
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue