1 #[global_allocator]
2 static A: usize = 0;
3 //~^ the trait bound `usize:
4 //~| the trait bound `usize:
5 //~| the trait bound `usize:
6 //~| the trait bound `usize:
7 
main()8 fn main() {}
9