R
Size: a a a
R
DS
IC
IC
AH
DS
AH
DS
DS
R
AH
IC
R
IC
DS
DS
IC
DS
IC
DS
// SPEC: When ResourceType is a non-nullable value type, the expansion is:
// SPEC:
// SPEC: {
// SPEC: ResourceType resource = expr;
// SPEC: try { statement; }
// SPEC: finally { ((IDisposable)resource).Dispose(); }
// SPEC: }
// SPEC: