1243791Sdim/* { dg-do compile } */
2243791Sdim/* { dg-options "-mcpu=cpu32" } */
3243791Sdim
4243791Sdim/* Check that interrupt_thread is rejected on CPUs other than
5243791Sdim   fido.  */
6243791Sdim
7243791Sdimextern void foo (void) __attribute__((interrupt_thread)); /* { dg-error "interrupt_thread is available only on fido" } */
8243791Sdim