12 lines
58 B
Plaintext
12 lines
58 B
Plaintext
u8 a;
|
|
|
|
a = 2;
|
|
|
|
loop {
|
|
a = 3;
|
|
|
|
u8 b = 1;
|
|
|
|
u8 c = 2;
|
|
}
|