diff --git a/test/runtime/samples/context-setcontext-return/_config.js b/test/runtime/samples/context-setcontext-return/_config.js
new file mode 100644
index 0000000000..cf3aa1a0ed
--- /dev/null
+++ b/test/runtime/samples/context-setcontext-return/_config.js
@@ -0,0 +1,5 @@
+export default {
+ html: `
+
true
+ `,
+};
diff --git a/test/runtime/samples/context-setcontext-return/main.svelte b/test/runtime/samples/context-setcontext-return/main.svelte
new file mode 100644
index 0000000000..4b13ff12dc
--- /dev/null
+++ b/test/runtime/samples/context-setcontext-return/main.svelte
@@ -0,0 +1,7 @@
+
+
+{a === b}
\ No newline at end of file