summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/rtti/repo1.C
blob: 279da2b43a8ba0b7d81b4ad4712ad8c3d5de4790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// PR c++/22204
// { dg-options "-frepo" }

#include <typeinfo>
template<int>
struct function1
{
  function1()
  {
    typeid(int[100]);
  }
};
function1<1> b;

int main () {}
OpenPOWER on IntegriCloud