Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr26672.c
blobb13b5dcaef7a9c0ace8d586d9a31106186ebd9ce
1 /* { dg-do compile } */
3 int printf(const char *format, ...);
4 extern const char help_string[];
5 void app_opts(void) {
6 printf("%s", help_string);
8 const char help_string[] = "foo\n";