October 04, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: e8d5e3ca38c517fff117ce0f10840ce4a99cbe1d
      https://github.com/D-Programming-Language/dmd/commit/e8d5e3ca38c517fff117ce0f10840ce4a99cbe1d
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M src/mtype.c
    M test/compilable/compile1.d

  Log Message:
  -----------
  fix Issue 13564 - nested struct destructor trying to access members of a global class fail to compile


  Commit: 8e66f9610fb0fdbfa9716af6d4eb25bc558cce86
      https://github.com/D-Programming-Language/dmd/commit/8e66f9610fb0fdbfa9716af6d4eb25bc558cce86
  Author: Walter Bright <walter@walterbright.com>
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
    M src/mtype.c
    M test/compilable/compile1.d

  Log Message:
  -----------
  Merge pull request #4040 from 9rnsr/fix13564

[REG2.065] Issue 13564 - nested struct destructor trying to access members of a global class fail to compile


Compare: https://github.com/D-Programming-Language/dmd/compare/4b29161115f0...8e66f9610fb0