6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
|
|
/*!
|
||
|
|
* Simple test for basic MIR functionality
|
||
|
|
*/
|
||
|
|
|
||
|
|
// A simple Nyash program for testing MIR compilation
|
||
|
|
print(42 + 10)
|