OSDN Git Service

PR c++/43856
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / decltype18.C
1 // PR c++/37875
2 // { dg-options "-std=c++0x" }
3
4 template <typename> struct X {};
5 X<decltype(1 > 2)> x;