Language
C
Compiler
gcc 7.2.0
Options
Warnings
C99(GNU)
no pedantic
$ gcc prog.c -Wall -Wextra -std=gnu99
call tmp_puts(), tmp_puts is puts
call tmp_puts(), tmp_puts is &puts
call tmp_puts(), tmp_puts is *puts
call tmp_puts(), tmp_puts is *****puts
call (*tmp_puts)(), tmp_puts is &puts
call (******tmp_puts)(), tmp_puts is puts
Exit Code:
0