mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 09:03:15 +01:00
[svn r16] * Updated all tests to have a main
* Updated runalltests to both compile and run the tests
This commit is contained in:
@@ -6,3 +6,11 @@ struct Imp
|
||||
long l;
|
||||
float f;
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
Imp i;
|
||||
assert(i.i == 0);
|
||||
assert(i.l == 0L);
|
||||
assert(i.f !<>= 0.0f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user