mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-06 15:34:10 +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:
5
tests/mini/bug52.d
Normal file
5
tests/mini/bug52.d
Normal file
@@ -0,0 +1,5 @@
|
||||
module bug52;
|
||||
struct Vec { double x,y,z; }
|
||||
struct Pair(T, U) { T first; U second; }
|
||||
typedef Pair!(double, Vec) Hit;
|
||||
void main() {}
|
||||
Reference in New Issue
Block a user