#include #include int main(int argc, char *argv[]) { char c; #ifdef FAIL char * #else long #endif x = 0; c = cast_static(char, x); (void) c; /* Suppress unused-but-set-variable warning. */ return 0; }