summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_compile/T14999.cmm
blob: a3e283b0be1b516f474fd15505a7f13b9c2aa1d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#define CATCH_FRAME 34

#define SIZEOF_StgCatchFrame (SIZEOF_StgHeader+16)

INFO_TABLE_RET(stg_catch_frame, CATCH_FRAME,
               bits64 info_ptr, bits64 exceptions_blocked, gcptr handler)
    return (gcptr ret)
{
    return (ret);
}