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

Iain Buclaw <[email protected]> changed:

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

--- Comment #1 from Iain Buclaw <[email protected]> ---
The test case could be inferred as being segfault on invalid, it is valid code,
albeit odd that there's no space between align and .c

This code has the same segfault and backtrace.

class a(b) { align int d; }
alias a!(int) e;

--

Reply via email to