brintos

brintos / llvm-project-archived public Read only

0
0
Text · 257 B · 819c96c Raw
21 lines · c
1#include <stdint.h>2int main() {3  int value = 5;4 5  value = 5; // break here6  value = 5;7  value = 5;8  value = 5;9  value = 5;10  value = 5;11  value = 10;12  value = 10;13  value = 10;14  value = 10;15  value = 5;16  value = 7;17  value = 9;18 19  return value;20}21