1 
2 // Should not crash.
3 template <int Foo> class Bar {
4 public:
5   Bar();
6   ~Bar();
7 };
8