mirror of
https://github.com/Noratrieb/jompiler.git
synced 2026-01-14 14:05:01 +01:00
13 lines
162 B
C
13 lines
162 B
C
// #include<elf.h>
|
|
|
|
int main(int argc)
|
|
{
|
|
int x = 100;
|
|
int x = 200;
|
|
return x;
|
|
}
|
|
|
|
int thisismyfakeconstantbecauseidonthaveconstant(int x)
|
|
{
|
|
return 1 + 1;
|
|
}
|