#include <stddef.h>
int main(void) {
    return printf("'%c', said the confused walrus\n", *(char*)NULL);
}