MinJune Kim 8a215367ad
Allow empty services (#222)
Fixes issue #220
2021-03-12 21:49:58 +01:00

8 lines
98 B
Protocol Buffer

/* Empty service without comments */
syntax = "proto3";
package empty_service;
service Test {
}