aboutsummaryrefslogtreecommitdiff
path: root/examples/cmake_relpath/proto/sub/unlucky.proto
blob: 97a42c9cde0532d2fb5f6fb20375c3823f4755e1 (plain)
1
2
3
4
5
syntax = "proto2";

message UnluckyNumber {
	required uint32 number = 1;
}