mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-24 15:20:05 +02:00
[svn r362] Started merging the old 'test' dir as well as the newer 'tangotests' dir into 'tests/mini' and 'tests/minicomplex'.
This commit is contained in:
12
tests/mini/sqrts.d
Normal file
12
tests/mini/sqrts.d
Normal file
@@ -0,0 +1,12 @@
|
||||
module sqrts;
|
||||
|
||||
import tango.stdc.math;
|
||||
|
||||
double sqrt(double d)
|
||||
{
|
||||
return tango.stdc.math.sqrt(d);
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user