1 2 3 4 5 6 7 8 9
#![no_std] #![no_main] origin_studio::no_problem!(); fn main() { debug_assert!(true); let t = vec![0]; drop(t); }