/* { dg-do compile } *//* { dg-options "" } *//* This one is the baseline. Make sure with no option we get no warnings. */voidgrill();void__attribute__((dj))bar() { }/* { dg-warning ".* attribute directive ignored" } */int i;voidfoo(){if(&i)grill();}