1 /* Regression test for paste appearing at the beginning of a set of
2 actual arguments. Original bug exposed by Linux kernel. Problem
3 reported by Jakub Jelinek <jakub@redhat.com>. */
5 /* { dg-do compile } */
10 #define baz(x) bar(##x)
12 int quux(int y
) { return baz(y
); } /* { dg-warning "valid preprocessing" } */