1 2 3 4 5 6 7 8 9
// Test: Missing exegesis block // Expected: Should fail - exegesis is mandatory pub gene MissingExegesis { has id: UInt64 has name: String } // ERROR: No exegesis block!