aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t5923c.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/t5923c.scala')
-rw-r--r--tests/run/t5923c.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run/t5923c.scala b/tests/run/t5923c.scala
new file mode 100644
index 000000000..5f3384638
--- /dev/null
+++ b/tests/run/t5923c.scala
@@ -0,0 +1,4 @@
+// see neg/macro-blackbox-fundep-materialization and run/macro-whitebox-fundep-materialization
+object Test extends dotty.runtime.LegacyApp {
+ // do nothing
+}