-module(func_b).

-compile(export_all).

a() -> func_b_a.
b() -> func_b_b.
c() -> func_b_c.
d() -> func_b_d.
