nctref/examples/ReachingDefinitions.nct
2025-08-13 18:27:52 +03:00

10 lines
51 B
Plaintext

u16 x = 0;
x = 5;
if(x == 2) {
x = 3;
}
x = 4;