1-module(bar).
2
3-include_lib("eunit/include/eunit.hrl").
4
5bar_test() ->
6    ?assert(true).
7