1 #![allow(unreachable_code)]
2 
3 #[tracing::instrument]
unit()4 const fn unit() {
5     ""
6 }
7 
main()8 fn main() {}
9