Language
C
Compiler
gcc 12.1.0
Options
Warnings
C11(GNU)
no pedantic
Raw compiler options
-O1
-mlong-double-128
$ gcc prog.c -Wall -Wextra -std=gnu11 -O1 -mlong-double-128
g(37) = 40
g(42) = 45
f(3) = 10
g(37) = 27
g(42) = 32
f(-10) = -3
Exit Code:
0