It's a misfeature in C and Python:
    
    
    char** arr = {"list" "of", "strings"}; // uncaught typo
    
    
    Run

Reply via email to