
Examples
========

.. currentmodule:: llvmlite.binding

Compiling a trivial function
----------------------------

Compile and execute the function defined in :ref:`ir-fpadd`.
The function is compiled with no specific optimizations.


.. literalinclude:: /../../examples/ll_fpadd.py

