]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/kpice1.c.expected
Package description and copyright added.
[pkg-cerco/acc.git] / tests / GCCTestSuite / kpice1.c.expected
1 /* { dg-do compile { target h8300-*-* } } */
2 /* { dg-options "-ms -mn" } */
3
4 void f(void) __attribute__((interrupt_handler));
5 void g(void) { }
6 void f(void) { g(); }