-module(bug, [I]). -compile(export_all). % buggy_fun() -> [A || <> <= <<12345>> ].