2015-04-30 Paolo Carlini <paolo.carlini@oracle.com>
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash121.C
blobb7291df7edc8e2541e6f4668969c74ee3d660f8d
1 // PR c++/59955
3 template< int xyz >
4 struct wovo {
6    template< int n >
7    void us(){}
8    
9    template< int n >
10    struct us< n > {};  // { dg-error "template|conflicts" }