1  /* { dg-do compile } */
       2  /* { dg-additional-options "-mmcu=msp430_28" } */
       3  /* { dg-warning "supports 430X ISA but '-mcpu' option is set to 430" "" { target msp430_430_selected } 0 } */
       4  /* { dg-warning "supports f5series hardware multiply" "" { target msp430_hwmul_not_f5 } 0 } */
       5  
       6  /* This tests that the environment variable MSP430_GCC_INCLUDE_DIR can be used
       7     to specify the path to the directory containing devices.csv.
       8     The variable is set in msp430.exp.  */
       9  
      10  #include "devices-main.c"