blob: 7ddf7b486590c13525111fbbebd3b3232284c32f [file] [log] [blame]
Zane Shelley465e0b32019-04-17 10:15:39 -05001
Zane Shelleya115e4e2019-06-17 20:41:15 -05002#include "../src/hei_isolator.hpp"
Zane Shelley465e0b32019-04-17 10:15:39 -05003
Zane Shelley465e0b32019-04-17 10:15:39 -05004int main()
5{
Zane Shelley814b1e32019-06-17 20:55:04 -05006 libhei::Isolator iso;
Zane Shelley465e0b32019-04-17 10:15:39 -05007
8 iso.initialize();
9
10 iso.isolate();
11
12 return 0;
13}