summaryrefslogtreecommitdiff
path: root/TAO/tests/LongDouble/Global.cpp
blob: b09e8d927c991bf14835cba0580a367dd70674a2 (plain)
1
2
3
4
5
6
7
8
#include "Global.h"

long double
Global::get_long_double (void)
{
  return 11777888333.111111109;
}