summaryrefslogtreecommitdiffstats
path: root/tests/compile.cpp
blob: 17381b40c1b85e3877fe0fc807572770953c3d2c (plain)
1
2
3
4
5
6
7
8
#include "vZ.hpp"
#include <cstdlib>

int
main()
{
  return EXIT_SUCCESS;
}