1 /* { dg-do compile } */
2 /* { dg-require-effective-target trampolines } */
3 /* { dg-options "-Wpadded" }
4 /* The struct internally constructed for the nested function should
5 not result in a warning from -Wpadded. */
6 extern int baz(int (*) (int));