aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.pt/debug1.C
blob: 774634637c52627c6874fd96200f37fed8557746 (plain)
1
2
3
4
5
6
7
8
// { dg-do assemble  }
// { dg-options "-g" }
// Origin: Jim Wilson <wilson@cygnus.com>

template<template<class> class _Oper,
    template<class, class> class _Meta1,
    template<class, class> class _Meta2,
    class _Dom1, class _Dom2> class _BinClos;