id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
67,Compiler panic applying polymorphic functions to unboxed values,benl,,"Added by Jared

{{{
example () = do
    ub3 = primInt32U_neg $ 3#
    ()
}}}

Gives
{{{
cc1: warnings being treated as errors
./Foo.ddc.c: In function ‘Panic1_main’:
./Foo.ddc.c:39: error: passing argument 2 of ‘Data_Function__symDl’ makes
pointer from integer without a cast
./Foo.ddc.c:39: error: assignment makes integer from pointer without a cast
ddc: PANIC in Main.Invoke
        invokeSeaCompiler: compilation of C file failed.
            pathC = ./Panic1.ddc.c
}}}

Should detect this in core and give a nicer error message.",defect,new,blocker,0.1.4,Core Type Checker,0.1.2,,,
