You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
endless loop caused by this line: const exprDecl = function fnDecl(val: i64): i64. If you change fnDecl to something else it pass and will throw error as below (second example). So second fnDecl should be shadowed I guess. But exprDecl and fnDecl should create different pointers
MaxGraey
changed the title
function pointers may couse to endless compilation
function pointers with some names may couse to endless compilation
Feb 1, 2021
Uh oh!
There was an error while loading. Please reload this page.
example:
this cause to error:
output:
The text was updated successfully, but these errors were encountered: