mirror of
https://github.com/google/pebble.git
synced 2025-03-21 19:31:20 +00:00
7 lines
148 B
Text
7 lines
148 B
Text
|
/* Block comment */
|
||
|
# Line comment
|
||
|
// Line comment
|
||
|
DummyMessage.foo /* Block comment */ max_size:5
|
||
|
DummyMessage.bar max_size:16 # Line comment ###
|
||
|
|