Language
C
Compiler
clang HEAD 7.0.0 (https://github.com/llvm-mirror/clang.git 75f2c9d022595bcd81c2362397f5badf1839cbcf) (https://github.com/llvm-mirror/llvm.git af7b1832a03ab6486c42a40d21695b2c03b2d8a3)
Options
Warnings
C11(GNU)
-pedantic
$ clang prog.c -Wall -Wextra -std=gnu11 -pedantic
size: 5, data: ABCDE
Exit Code:
0