blob: 8f108887985f387a427045117657d694bdb2a1f9 [file] [log] [blame]
/* { dg-do compile } */
/* PR c/102846 */
#define f(a) ((void)0)
void g(int a)
{
(f)(a); /* { dg-error "was not declared|undeclared" "undeclared" } */
/* { dg-message "is a function-like macro and might be used incorrectly" "" { target *-*-* } .-1 } */
}