summaryrefslogtreecommitdiff
path: root/test/datastructures/bitset.cpp
blob: 2ba61a56dedd344115310e5cbd1c09c5da17fe94 (plain)
1
2
3
4
5
6
#include "../util.h"

int main() {
	int x = 0;
	#include <datastructures/bitset.cpp>
}