GLORY TO SHADOWING
This commit is contained in:
parent
c0a2c8d1aa
commit
96f2dcf8af
2 changed files with 116 additions and 21 deletions
7
input.c
7
input.c
|
|
@ -2,11 +2,12 @@
|
|||
|
||||
int main(int argc)
|
||||
{
|
||||
thisismyfakeconstantbecauseidonthaveconstant(1);
|
||||
exit(42);
|
||||
int x = 100;
|
||||
int x = 200;
|
||||
return x;
|
||||
}
|
||||
|
||||
int thisismyfakeconstantbecauseidonthaveconstant(int x)
|
||||
{
|
||||
// return 1 + 1;
|
||||
return 1 + 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue