Skip to content

Commit d77a572

Browse files
committed
[DebugInfo][dexter] Tweak dexter test for merged values
Tweak dexter-tests/memvars/inline-escaping-function.c added in D94761 (b7e5162) by adding a 'param' use after the merge point. The test XFAILS with and without this change, but without it the test looks very similar to memvars/unused-merged-value.c. The test now demonstrates the problem more clearly.
1 parent 443d695 commit d77a572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debuginfo-tests/dexter-tests/memvars/inline-escaping-function.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ int fun(int param) {
3535
if (param)
3636
param = inlineme(&param);
3737
fluff(); // DexLabel('s0')
38-
return 0;
38+
return param;
3939
}
4040

4141
int main() {

0 commit comments

Comments
 (0)