aboutsummaryrefslogtreecommitdiff
path: root/test/test-vec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-vec.cpp')
-rw-r--r--test/test-vec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-vec.cpp b/test/test-vec.cpp
index f587c1b..9bb3daa 100644
--- a/test/test-vec.cpp
+++ b/test/test-vec.cpp
@@ -1,6 +1,7 @@
#include "cbit/vec.h"
#include <stdio.h>
DECL_VEC(const char *, ccp);
+DECL_VEC(int, int);
int main() {
VEC_STORAGE(ccp) stor;