1 2 3 4 5 6
// repr currently doesn't support literals #[repr("C")] //~ ERROR E0565 //~| ERROR E0565 struct A { } fn main() { }