mirror of
https://github.com/Noratrieb/jompiler.git
synced 2026-01-14 14:05:01 +01:00
ship it
This commit is contained in:
parent
741b1000b3
commit
b2d506b2ae
4 changed files with 23 additions and 7 deletions
3
input.c
3
input.c
|
|
@ -3,8 +3,7 @@
|
|||
int main(int argc, int argv)
|
||||
{
|
||||
int x = 100;
|
||||
thisismyfakeconstantbecauseidonthaveconstant(x - 1);
|
||||
return argv;
|
||||
return thisismyfakeconstantbecauseidonthaveconstant(x - 1);
|
||||
}
|
||||
|
||||
int thisismyfakeconstantbecauseidonthaveconstant(int x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue