syntax = "proto3";

message M {}
service S {
  rpc Foo(/* before */ M /* after */) returns (/* before */ stream M);
}
