Compiler output
prog.c:1:1: warning: data definition has no type or storage class [enabled by default]
prog.c:1:1: warning: type defaults to âintâ in declaration of âaâ [enabled by default]
prog.c:1:4: warning: type defaults to âintâ in declaration of âbâ [enabled by default]
prog.c:1:1: warning: implicit declaration of function âmapâ [-Wimplicit-function-declaration]
prog.c:1:12: error: expected expression before âintâ
prog.c:2:1: error: expected â,â or â;â before âprintâ