const EXPECTED = [
    {
        'query': '!',
        'others': [
            { 'path': 'std', 'name': 'never' },
        ],
    },
    {
        'query': '!::clone',
        'others': [
            { 'path': 'std::never', 'name': 'clone' },
        ],
    },
];