struct Foo { /*test:def*/subscript(`x`: Int) -> Int { fatalError() } } Foo()/*test:ref*/[10]