Closed anjalismith closed 1 year ago
Summary from before: the problem with this was that the sslang program was only expecting one argument, but the caller (the runtime stub) gave it two, so sslang never dropped the second argument.
I'm not really sure what the solution is here. The fact that arguments are passed to main as argument is already not very great, and we would probably want to change that later anyway. I think for now, I will close this PR and then circle back to it later.
Here is the test case for the issue as discussed in #141