1 // PR c++/84942 2 // { dg-do compile { target c++14 } } 3 // { dg-options "-w" } 4 5 int a(__attribute__((b((int)__builtin_inf() * 1ULL / auto)))); 6 // { dg-error "expected primary-expression before" "" { target *-*-* } .-1 } 7