iter ct.1.7: on-disk fixture tests for canonical-form diagnostics

This commit is contained in:
2026-05-11 01:46:58 +02:00
parent 727d2c13ec
commit f22f88b547
4 changed files with 106 additions and 0 deletions
@@ -0,0 +1,24 @@
{
"schema": "ailang/v0",
"name": "test_ct1_bare_xmod_rejected",
"imports": [],
"defs": [
{
"kind": "fn",
"name": "main",
"type": {
"k": "fn",
"params": [],
"ret": { "k": "con", "name": "Unit" },
"effects": ["IO"]
},
"params": [],
"body": {
"t": "ctor",
"type": "Ordering",
"ctor": "LT",
"args": []
}
}
]
}