![]() | Fun 0.41.5 The programming language that makes You have fun |
Minimal executable exercising a subset of Fun VM opcodes. More...

Go to the source code of this file.
Functions | |
| int | main () |
| Minimal executable to exercise a subset of VM opcodes. | |
Minimal executable exercising a subset of Fun VM opcodes.
Builds a tiny bytecode program that loads constants, performs arithmetic, prints results, and demonstrates optional Rust FFI calls. Used for quick manual verification of the VM dispatch and I/O helpers.
Definition in file test_opcodes.c.
| int main | ( | void | ) |
Minimal executable to exercise a subset of VM opcodes.
Builds a tiny bytecode chunk that loads two constants, adds them, and prints the result. Also demonstrates dumping bytecode and, optionally, calling Rust FFI examples when FUN_WITH_RUST is enabled.
Definition at line 33 of file test_opcodes.c.
