Paris/IronAHK

ByRef variables

Opened this issue · 1 comments

The following code throws a very odd exception:

Run, notepad, , , pid ; replace with /usr/bin/monodevelop on Unix
MsgBox, %pid%

Reflector shows valid IL code, I cannot understand why this happens.
Omitting all but the first parameter (i.e. compiler generated temporary variable) works.

Fixed by Tobias in 3964c03.