aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/abi/pr39188-2a.C
blob: 071b585f4c049e09e12520cf1eae5cffa8af9eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// PR c++/39188
// { dg-do run }
// { dg-options "-O2" }
// { dg-additional-sources "pr39188-2b.C" }

#include "pr39188-2.h"

int
x (int i)
{
  return f<int> (i);
}