ref: 57cc52be5b9df84c0ffa06b21307577cbc10e32f dir: /tests/execute/0025-string.c/
int strlen(char *); int main() { char *p; p = "hello"; return strlen(p) - 5; }