blob: f6cc6950ba7c03339c6b09a65d177bd9a6717f14 [file] [log] [blame]
// Origin: PR c++/52343
// { dg-do compile { target c++11 } }
template<typename>
using A = int;
template<template<class> class>
struct B {};
B<A> b;