blob: f2306ca5d336436e95f21fd20aeee6f37df4d07c [file] [log] [blame]
/* { dg-do compile { target *-*-linux* *-*-gnu* } } */
/* { dg-options "-fhardened -O0" } */
/* Test that we don't get any diagnostic coming from libc headers. */
#include <stdio.h>
/* The most useful C program known to man. */
int
main ()
{
}
/* { dg-warning "._FORTIFY_SOURCE. is not enabled" "" { target *-*-* } 0 } */