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

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzi...@digitalmars.com
         Resolution|---                         |INVALID

--- Comment #2 from Walter Bright <bugzi...@digitalmars.com> ---
The reason no error is detected is because there isn't one. The declaration:

   S s;

does not declare a pointer that points to the stack.

--

Reply via email to