blob: f08f5c64460a7c7c4c818e6d7d745f9bedadbaaa [file] [log] [blame]
// rustfmt-indent_style: Visual
// Where style
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T where Ipsum: Eq, Dolor: Eq, Sit: Eq, Amet: Eq {
// body
}