Language
C
Compiler
gcc HEAD 10.0.1 20200323 (experimental)
Options
Warnings
C11(GNU)
no pedantic
$ gcc prog.c -Wall -Wextra -std=gnu11
value of a: 10 hello
value of a: 11
value of a: 12 hello
value of a: 13
value of a: 14 hello
value of a: 15
value of a: 16 hello
value of a: 17
value of a: 18 hello
value of a: 19
Exit Code:
0