orcc --version (return code: 0)
Orc Compiler 0.4.27
orcc --help (return code: 0)
Usage:
orcc [OPTION...] INPUT_FILE
Help Options:
-h, --help Show help options
Application Options:
-v, --verbose Output more information
-o, --output FILE Write output to FILE
--implementation Produce C code implementing functions
--header Produce C header for functions
--test Produce test code for functions
--assembly Produce assembly code for functions
--include FILE Add #include <FILE> to code
--target TARGET Generate assembly for TARGET
--compat VERSION Generate code compatible with Orc version VERSION
--inline Generate inline functions in header
--no-inline Do not generate inline functions in header
--internal Mark functions in header for internal visibility
--no-internal Do not mark functions in header for internal visibility
--init-function FUNCTION Generate initialization function
--lazy-init Do Orc compile at function execution
--no-backup Do not generate backup functions