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
/
LibGLSL
/
Tests
/
parser
/
expression.glsl
expression.glsl
84 B
Előzmények
Nyers
1
2
3
4
5
void foo()
{
int a = 1 + 2 * 3 + (4 - 2) / 2 + max(7, 8) - bar.xy + abc[13];
}