blob: 3116533bcb81df5029119fd32644dc9c24120609 [file] [log] [blame]
#![feature(stmt_expr_attributes)]
fn okay() -> u32 {
(
// Comments in parentheses-expressions caused attributes to be duplicated.
#[allow(unused_variables)]
0
)
}