blob: 97dc1cff228831a2259dd3af4970f07764e067d1 [file] [log] [blame] [edit]
//@ edition:2015..2021
enum will {
s#[c"owned_box"]
//~^ERROR expected one of `(`, `,`, `=`, `{`, or `}`, found `#`
//~|ERROR expected item, found `"owned_box"`
}