mirror of
https://github.com/Noratrieb/jompiler.git
synced 2026-01-14 14:05:01 +01:00
things
This commit is contained in:
parent
f22293c78e
commit
923e6f2352
2 changed files with 46 additions and 13 deletions
9
input.c
9
input.c
|
|
@ -1,6 +1,11 @@
|
|||
//#include<elf.h>
|
||||
// #include<elf.h>
|
||||
|
||||
int main(int argc)
|
||||
{
|
||||
exit(42);
|
||||
exit(thisismyfakeconstantbecauseidonthaveconstant(1));
|
||||
}
|
||||
|
||||
int thisismyfakeconstantbecauseidonthaveconstant(int x)
|
||||
{
|
||||
return 9;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue