summaryrefslogtreecommitdiff
path: root/testsuite/tests/cps/cmm002.cmm
blob: bf3e0d4c6e2b287afeccc4e78d0427d0835e3264 (plain)
1
2
3
4
5
6
7
8
// Reduced cps012.cmm to the key part that makes it crash
// in RegisterAlloc.joinToTargets

stg_ap_0_fast {
    bits32 y, x;
    c7: y = bits32[x];
        goto c7;
}