• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <iostream>
2 
3 #include "sharedlibstest.h"
4 
5 int main() {
6   std::cout << "This binary should never be executed";
7   std::cout << sharedlibstest::getSharedLibsTestFingerprint();
8   return 1;
9 }