src/work/klao/map_test.cc
author klao
Sat, 03 Apr 2004 18:22:08 +0000
changeset 283 91e78d9b78f4
child 286 d3c4d99860a9
permissions -rw-r--r--
map tests (not yet)
     1 #include <iostream>
     2 
     3 #include <skeletons/maps.h>
     4 
     5 using namespace std;
     6 using namespace hugo::skeleton;
     7 
     8 int main()
     9 {
    10   ReadableMap<int, char> a;
    11 
    12   cout << sizeof a << endl;
    13 
    14 }