initial check in
This commit is contained in:
18
test_static_double.cpp
Normal file
18
test_static_double.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#include <iostream>
|
||||
|
||||
|
||||
#include "test_static_double.h"
|
||||
|
||||
|
||||
int main ( void )
|
||||
{
|
||||
A<int> a;
|
||||
A<double> b;
|
||||
|
||||
std::cout << a._st_double << std::endl;
|
||||
std::cout << b._st_double << std::endl;
|
||||
|
||||
|
||||
return main2();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user