- Hard limit of 127 characters for identifiers.

This commit is contained in:
Christoffer Lerno
2025-12-13 03:51:32 +01:00
parent 2a2c0f5d91
commit 466d3bc1b6
4 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
module test;
import std;
fn int main()
{
int iodeofjoiewjfojfoiejfewjfijewfijewifjoiewjfioewjfioewjfioewjfiojewfiojewfiojeofjeiowfjioewjfioewjfioewjfijweifefefeffefefeeefef = 0;
int iodeofjoiewjfojfoiejfewjfijewfijewifjoiewjfioewjfioewjfioewjfiojewfiojewfiojeofjeiowfjioewjfioewjfioewjfijweifefefeffefefeeefef1 = 0; // #error: okfeokfe
return 0;
}