#include /* .spslr.targets: target f f ... .spslr.ipins: (prefix __spslr_pin) 0 1 2 ... .spslr.dpins: myVar1 2 myVar2 1 ... Datapins are randomized in order of their level, from bottom of nest to top Datapin strip flag is set if it would not have been preserved in symtab without pinpoint plugin */ int main(int argc, char** argv) { std::cout << "Hello World!" << std::endl; }