/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ service TestService { i64 init( 1: i64 int1, 2: i64 int2, 3: i64 int3, 4: i64 int4, 5: i64 int5, 6: i64 int6, 7: i64 int7, 8: i64 int8, 9: i64 int9, 10: i64 int10, 11: i64 int11, 12: i64 int12, 13: i64 int13, 14: i64 int14, 15: i64 int15, 16: i64 int16, ); }