Add execution tests of ARM EXT intrinsics
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / decltype-33837.C
blobfbbc6a14972aaa52cd5c65693d0bce610032e03f
1 // { dg-do compile { target c++11 } }
2 // PR c++/33837
3 void foo()
5   __decltype (A::foo()); // { dg-error "was not declared|expected" }
6   __decltype (B); // { dg-error "was not declared" }