7 lines
56 B
C++
Raw Normal View History

#include "testlib.h"
float TestLib()
{
return 1.0;
}