]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr82863.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr82863.c
CommitLineData
af364399
ML
1/* PR c/82167 */
2/* { dg-do compile } */
3/* { dg-options "-O2" } */
4
5typedef long long a;
6a b;
7float
8c ()
9{
10 float d = b > 0;
11 return d;
12}