Hello.<br>There is an error when i try to compile parameterized module with utf8.<br><br>Example:<br><br>-module(test,[Graph]).<br><br>-export([test/1]).<br><br>test(Input) -><br> <<C/utf8,Rest/binary>> = Input.<br>
<br>Error:<br><br>./test.erl:none: internal error in expand_module;<br>crash reason: {function_clause,<br> [{sys_expand_pmod,bit_types,<br> [[{unit,undefined},unsigned,big]]},<br> {sys_expand_pmod,bit_types,1},<br>
{sys_expand_pmod,pattern_grp,2},<br> {sys_expand_pmod,pattern,2},<br> {sys_expand_pmod,expr,2},<br> {sys_expand_pmod,exprs,2},<br> {sys_expand_pmod,clause,2},<br>
{sys_expand_pmod,clauses,2}]}<br><br>