test: History ui tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
#include "template.h"
|
||||
|
||||
void work()
|
||||
{
|
||||
int v = diff<int>(9, 5);
|
||||
double w = diff<double>(0.5, 0.3);
|
||||
}
|
||||
Reference in New Issue
Block a user