OSDN Git Service

Latest updates from FSF 4.7 branch
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr48767.c
1 /* PR target/48767 */
2 /* { dg-skip-if "invalid use of void expression" { xstormy16-*-* } { "*" } { "" } } */
3
4 void
5 foo (__builtin_va_list ap)
6 {
7   __builtin_va_arg (ap, void);
8 }