summaryrefslogtreecommitdiff
path: root/test/datastructures/bitset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/datastructures/bitset.cpp')
-rw-r--r--test/datastructures/bitset.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/datastructures/bitset.cpp b/test/datastructures/bitset.cpp
new file mode 100644
index 0000000..2ba61a5
--- /dev/null
+++ b/test/datastructures/bitset.cpp
@@ -0,0 +1,6 @@
+#include "../util.h"
+
+int main() {
+ int x = 0;
+ #include <datastructures/bitset.cpp>
+}