``` message M { optional A a = 1 [ (my_options).custom1 = 1 ]; // works optional A b = 4 [ (my_option)= 3.4 ]; // parsing error } ``` Exception: Unexpected character '('