small change
[cdsspec-compiler.git] / test.h
diff --git a/test.h b/test.h
index 45171946733bcaeaa3ca1346b98fb259e1126d93..d06d7345bba52313766d86192df3ddeb4d49185a 100644 (file)
--- a/test.h
+++ b/test.h
@@ -1,15 +1,7 @@
 #ifndef _TEST_H
 #define _TEST_H
 
-struct Test {
-       int x;
-/*
-       Test() {
-               x = 2;
-       }
-       */
-};
-
-int globalVar = 0;
+template <typename T, action_t a, int b>
+T Class<T, a, b>::arr;
 
 #endif