blob: 3f173d40ef928b09ba46826c04b12ad4adb8397f [file] [log] [blame]
# The error in input.textproto (wrong comment style) is going undetected.
# This is a protobuf bug. Can't do much about it.
-- errors.cue --
a: int
-- input.textproto --
// Silent nights
a: 1
-- out/decode --