6 lines
65 B
C
6 lines
65 B
C
#include "Box.h"
|
|
void x() {
|
|
Box<> Unused;
|
|
//Unused.test();
|
|
}
|