more
[cdsspec-compiler.git] / test.h
1 #ifndef _TEST_H
2 #define _TEST_H
3
4 template <typename T, action_t a, int b>
5 T Class<T, a, b>::arr;
6
7 #endif