blob: 2133b01e0948012df9068ee0a69cf6e9ef309ff4 [file] [log] [blame]
// aux-build:ufuncs.rs
extern crate ufuncs;
use ufuncs::udrop;
fn main() {
udrop as fn([u8]);
//~^ERROR E0277
}