added testcase for taking address of function as constant expr.

This commit is contained in:
Tomas Lindquist Olsen
2008-08-04 03:40:08 +02:00
parent 800497f2be
commit 7988ecb8be

View File

@@ -0,0 +1,4 @@
module mini.compile_funcptr1;
void a() { }
void function() b = &a;