Ignore an AVR-inapplicable test

This commit is contained in:
Jubilee Young 2023-07-29 14:32:19 -07:00
parent 03a57254b5
commit b2375fb9e2

View File

@ -3,6 +3,7 @@
// This test is for targets with 32bit c_int only. // This test is for targets with 32bit c_int only.
// ignore-msp430 // ignore-msp430
// ignore-avr
fn main() { fn main() {
} }