polserver/testsuite/escript/export/export01-too-long.src
2020-09-07 12:35:17 -07:00

7 lines
176 B
Text

exported function foo456789012345678901234567890123()
print("this is exported");
// OG compiler does not flag the function name length as an error
b;
endfunction