mirror of
https://github.com/google/pebble.git
synced 2025-11-24 08:20:57 -05:00
Import of the watch repository from Pebble
This commit is contained in:
14
third_party/nanopb/tests/regression/issue_631/test.c
vendored
Normal file
14
third_party/nanopb/tests/regression/issue_631/test.c
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "submsg_callback.pb.h"
|
||||
|
||||
SubMsg1 submsg1_zero = SubMsg1_init_zero;
|
||||
SubMsg1 submsg1_def = SubMsg1_init_default;
|
||||
SubMsg2 submsg2_zero = SubMsg2_init_zero;
|
||||
SubMsg2 submsg2_def = SubMsg2_init_default;
|
||||
SubMsgCB submsgcb_zero = SubMsgCB_init_zero;
|
||||
SubMsgCB submsgcb_def = SubMsgCB_init_default;
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user