view tests/mini/compile_funcptr1.d @ 1256:6af2359b433a

Change needed for mingw
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 22 Apr 2009 14:40:56 -0600
parents 5e9883a7f9a5
children
line wrap: on
line source

module mini.compile_funcptr1;

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