elena-lang
elena-lang copied to clipboard
Support an array operation with external function arguments
Describe the bug An error is raised when an external function argument is a result of an array operation
To Reproduce
public program()
{
short buffer[3];
extern USER32.IsCharLowerW(buffer[0]);
}
Expected behavior An external operation should support an array operation with an argument