https://issues.dlang.org/show_bug.cgi?id=14027

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Walter Bright <[email protected]> ---
The files are:
----------- module_a.d -----------
module module_a;
import module_b;

enum U = 1;
----------- module_b.d -----------
module module_b;
import module_a;

struct J(int M) {}

struct Y {
    J!U x;
}
----------------------------------

--

Reply via email to