summaryrefslogtreecommitdiff
path: root/support/regression/tests/bug1348008.c
blob: 5acbedb665e86c36c555eb1aa78f9496ace5f7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
   bug1348008.c
*/

#include <testfwk.h>

#ifndef PORT_HOST

void
foo (void)
{
}

void
IRQ_ISR (void) __interrupt
{
  foo();
}

#endif

void
testBug (void)
{
}