blob: 5a8acc63518229755472f07d19a9e1f2b42cc256 [file] [log] [blame]
int *p;
void __attribute__((interrupt))
isr (int signum) /* { dg-error "interrupt handlers cannot have arguments" } */
{
*p = 1;
return;
}