view tests/mini/compile_funcptr1.d @ 1598:20799faa301d

Merged the patch for dmd bugzilla #3620 by request of downs.
author Robert Clipsham <robert@octarineparrot.com>
date Sun, 20 Dec 2009 13:58:08 +0000
parents 5e9883a7f9a5
children
line wrap: on
line source

module mini.compile_funcptr1;

void a() { }
void function() b = &a;