RESOLVED WORKSFORME198240
[WHLSL] We don't parse function statements
https://bugs.webkit.org/show_bug.cgi?id=198240
Summary [WHLSL] We don't parse function statements
Saam Barati
Reported 2019-05-24 19:04:33 PDT
"int y = foo(x, y); " parses. But "foo(x, y);" doesn't properly parse. Seems like we end up with a comma expression "(x, y)" instead...
Attachments
Radar WebKit Bug Importer
Comment 1 2019-05-30 20:26:35 PDT
Robin Morisset
Comment 2 2019-06-10 16:08:48 PDT
I've tried this, and it parsed just fine. I suspect I accidentally fixed it in my parser patch.
Note You need to log in before you can comment on or make changes to this bug.