summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstall/lib3.cxx
blob: da8dbf942ca4924ae4e1b66e3f8ee9801f97f1d5 (plain)
1
2
3
4
5
6
#include "lib3.h"

float Lib3Func()
{
  return 2.0;
}