view tests/mini/compile_funcptr1.d @ 1397:fdfc4060bcec

fix missing 'test' mnemonic and add several variations
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Tue, 19 May 2009 11:58:54 -0600
parents 5e9883a7f9a5
children
line wrap: on
line source

module mini.compile_funcptr1;

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