#include <stdio.h> const int FOO = 10; int main(int argc, char** argv) { switch(argc) { } }
Standard input is empty
prog.c: In function ‘main’:
prog.c:8:9: error: case label does not reduce to an integer constant
case ((int) "toto"[0]): { printf("foo\n"); }
^~~~
Standard output is empty