view tests/mini/compile_funcptr1.d @ 801:c8d9b30a0dc2

merge
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 29 Nov 2008 18:28:32 +0100
parents 5e9883a7f9a5
children
line wrap: on
line source

module mini.compile_funcptr1;

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