blob: 69f08a957ede86a3f0558764da79389ae09af60e [file] [log] [blame]
Richard Trieu4eefb452018-01-12 04:42:27 +00001#include "Box.h"
2void x() {
3 Box<> Unused;
4 //Unused.test();
5}