1
Fork 0

move to correct test

This commit is contained in:
Deadbeef 2023-01-12 04:20:00 +00:00
parent ca1eb4309e
commit 42a50bac31
5 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
// check-pass
#![feature(const_closures, const_trait_impl)]
#![allow(incomplete_features)]
pub const _: () = {
assert!((const || true)());
};
fn main() {}