Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / template / nontype10.C
blobcd3a3aabd7f8ae173c13c94407ef275a0c291f9c
1 // { dg-do compile }
2 // Contributed by: Giovanni Bajo <giovannibajo at gcc dot gnu dot org>
3 #include <cstddef>
5 template <int  T> struct A {};
6 template <void* T> struct B {};
8 A<NULL> a;
9 B<NULL> b;  // { dg-error "" }