aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/applymapping044/test-mapping.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/examples/applymapping044/test-mapping.txt')
-rw-r--r--src/test/examples/applymapping044/test-mapping.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/examples/applymapping044/test-mapping.txt b/src/test/examples/applymapping044/test-mapping.txt
new file mode 100644
index 000000000..41c2c5c2a
--- /dev/null
+++ b/src/test/examples/applymapping044/test-mapping.txt
@@ -0,0 +1,9 @@
+naming044.A -> naming044.x:
+ int f -> o
+naming044.B -> naming044.y:
+ int m() -> n
+ int f(naming044.A) -> p
+naming044.sub.SubA -> naming044.z.x:
+ int f -> q
+naming044.sub.SubB -> naming044.z.y:
+ int n() -> m