Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
gen
/
c
/
testdata
/
volatile.c.must_have
4
lines
·
4
sloc
·
127 bytes
·
a27833ed0d796d1fc44396fd944afee1319c0189
Raw
1
volatile int *zzz = HEAP(int, (123));
2
volatile int* pzzz = &(*(zzz));
3
volatile int a_volatile_field;
4
int a_non_volatile_field;
5