* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr48767.c
blobf504fe0030bf0bd213730d1aeebd6a837b010192
1 /* PR target/48767 */
3 void
4 foo (__builtin_va_list ap)
6 __builtin_va_arg (ap, void); /* { dg-error "second argument to .va_arg. is of incomplete type .void." } */