summaryrefslogtreecommitdiff
path: root/test/files/run/macroPlugins-macroArgs/Test_3.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macroPlugins-macroArgs/Test_3.scala')
-rw-r--r--test/files/run/macroPlugins-macroArgs/Test_3.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/macroPlugins-macroArgs/Test_3.scala b/test/files/run/macroPlugins-macroArgs/Test_3.scala
new file mode 100644
index 0000000000..a54d608178
--- /dev/null
+++ b/test/files/run/macroPlugins-macroArgs/Test_3.scala
@@ -0,0 +1,4 @@
+object Test extends App {
+ Macros.foo("1")
+ Macros.foo("2")
+} \ No newline at end of file