FIX #2276: foreign import stdcall "&foo" doesn't work
authorSimon Marlow <simonmar@microsoft.com>
Wed, 14 May 2008 08:24:22 +0000 (08:24 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 14 May 2008 08:24:22 +0000 (08:24 +0000)
This turned out not to be too hard, just a matter of figuring out the
correct argument list size by peeking inside FunPtr's type argument,
and in the C backend we have to emit an appropriate prototype for the label.


No differences found