No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / template / error23.C
blob8e5dee76dda3aaeaaacafb80047d2e89723d75a3
1 // PR c++/29632
3 struct nullptr_type {
5   nullptr_type ( void ) {}
7   template < typename T >
8   operator T* ( void ) const {
9     return ( 0 );
10   }
11 } const nullptr;
13 int main ( void ) {
14   0 == nullptr; // { dg-error "match" }