We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
0ct0pu5
/
ladybird
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
83f1775f15
Branch-ok
Tag-ek
master
ladybird
/
Userland
/
Libraries
/
LibCpp
/
Tests
/
parser
/
local-vars.cpp
local-vars.cpp
80 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
int foo()
{
int x;
double y = 2;
double z = x + y;
return z;
}