blob: d34d0fe3e571f7c65dde4f5a5a152b62dcfe213c [file] [log] [blame]
// Should not crash.
template <int Foo> class Bar {
public:
Bar();
~Bar();
};