-module(func_a).

-compile(export_all).

a() -> func_a_a.
b() -> func_a_b.
