http://bugzilla.gdcproject.org/show_bug.cgi?id=65
--- Comment #1 from Iain Buclaw <ibuc...@gdcproject.org> 2013-06-27 17:40:31 UTC --- A test for you that doesn't require importing modules: --- void main() {} unittest { int* a = null; *a = 10; } unittest { int* a = null; *a = 10; } --- See comment in d-objfile.cc(build_call_function): // If there is only one function, just return that. -- Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.