mirror of
https://github.com/google/pebble.git
synced 2025-11-15 12:02:48 -05:00
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
/* Block comment */
|
|
# Line comment
|
|
// Line comment
|
|
DummyMessage.foo /* Block comment */ max_size:5
|
|
DummyMessage.bar max_size:16 # Line comment ###
|
|
|