aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/format/Wsuggest-attribute-1.c
blob: 5b6fb051e72efe1a8e0c8353bcf30acebbaff73d (plain)
1
2
3
4
5
6
7
8
9
/* PR c/83966 */
/* { dg-do compile } */
/* { dg-options "-Wsuggest-attribute=format" } */

#include "format.h"

va_list va;
const char *f;
__typeof (vsnprintf ("foo", 0U, f, va)) T;