]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr37858.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr37858.c
1 /* PR middle-end/37858 */
2 /* ??? With -dv removed, this test is a bit silly. */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -fdump-ipa-build_ssa_passes" } */
5
6 int
7 main (void)
8 {
9 return 0;
10 }
11