1 # RUN: clangd -input-style=delimited -sync -input-mirror-file %t < %s
\r
2 # RUN: grep '{"jsonrpc":"2.0","id":3,"method":"exit"}' %t
\r
4 # RUN: clangd -lit-test -input-mirror-file %t < %s
\r
5 # RUN: grep '{"jsonrpc":"2.0","id":3,"method":"exit"}' %t
\r
7 {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}}
\r
9 {"jsonrpc":"2.0","id":3,"method":"shutdown"}
\r
11 {"jsonrpc":"2.0","method":"exit"}
\r