Files
hakorune/test_mir_simple.nyash
2025-08-12 11:33:48 +00:00

6 lines
120 B
Plaintext

/*!
* Simple test for basic MIR functionality
*/
// A simple Nyash program for testing MIR compilation
print(42 + 10)