int main(void)
{
    char *ptr = "foo"bar";
        return 0;
}