OSDN Git Service

2007-05-25 Douglas Gregor <doug.gregor@gmail.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / bracket3.C
1 // { dg-options "-std=c++98 -Wc++0x-compat" }
2
3 template<int N> struct X {};
4
5 X<1 >> 2> x; // { dg-warning "will be treated as|suggest parentheses" }