Files
hakorune/local_tests/test_mir_simple.nyash

6 lines
120 B
Plaintext
Raw Normal View History

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