char *s = "hello
    world ";

    int
    main(void)
{
    return 0;
}