blob: c8ff6de1cc84ee3ebe9822764377e3030f614708 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fcf-protection=none" } */
int var1 __attribute__((nocf_check)); /* { dg-warning "'nocf_check' attribute only applies to function types" } */
int *var2 __attribute__((nocf_check)); /* { dg-warning "'nocf_check' attribute only applies to function types" } */
void (**var3) (void) __attribute__((nocf_check)); /* { dg-warning "'nocf_check' attribute only applies to function types" } */