]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr99136.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr99136.c
1 /* PR c/99136 */
2 /* { dg-do compile } */
3 /* { dg-options "-w -fexcess-precision=standard" } */
4
5 void
6 foo (double x)
7 {
8 return 1.0 / x;
9 }