#include <stdio.h> int main(void) { return 0; }
Standard input is empty
prog.c: In function ‘main’:
prog.c:4:28: error: invalid application of ‘sizeof’ to a void type [-Werror=pointer-arith]
printf("%d\n", (int)sizeof(*NULL));
^
cc1: all warnings being treated as errors
Standard output is empty