Invalid Code delegate void FooFunc (); void main () { const int FOO = 23; FooFunc foo = () => { var i = FOO; }; }