summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr37858.c
blob: 8a81f16129a39daa88fd6e6d6d69bdce74d6860d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR middle-end/37858 */
/* ??? With -dv removed, this test is a bit silly.  */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-ipa-build_ssa_passes" } */

int
main (void)
{
  return 0;
}