(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
msp430/
devices/
hard-foo.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-mmcu=msp430foo" } */
       3  /* { dg-warning "could not locate MCU data file 'devices.csv'" "" { target *-*-* } 0 } */
       4  /* { dg-warning "Unrecognized MCU name 'msp430foo'.*\n.*Use the" "" { target *-*-* } 0 } */
       5  
       6  #include "devices-main.c"