diff options
Diffstat (limited to '')
| -rw-r--r-- | src/tests/synchrohash.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/synchrohash.cpp b/src/tests/synchrohash.cpp new file mode 100644 index 0000000..7f6dbd1 --- /dev/null +++ b/src/tests/synchrohash.cpp | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #include <bu/synchrohash.h> | ||
| 2 | |||
| 3 | int main() | ||
| 4 | { | ||
| 5 | Bu::SynchroHash<int, char *> Things; | ||
| 6 | } | ||
| 7 | |||
