blob: 6d6a9dc0783993f4f2e63520c78a23eb5c0f3331 [file] [log] [blame]
#![allow(unused)]
fn foo<T: Drop>() {}
fn bar<T>()
where
T: Drop,
{
}
fn main() {}