aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/applymapping044/keep-rules-apply-mapping.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/examples/applymapping044/keep-rules-apply-mapping.txt')
-rw-r--r--src/test/examples/applymapping044/keep-rules-apply-mapping.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/examples/applymapping044/keep-rules-apply-mapping.txt b/src/test/examples/applymapping044/keep-rules-apply-mapping.txt
new file mode 100644
index 000000000..56f43b2c8
--- /dev/null
+++ b/src/test/examples/applymapping044/keep-rules-apply-mapping.txt
@@ -0,0 +1,13 @@
+# Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file
+# for details. All rights reserved. Use of this source code is governed by a
+# BSD-style license that can be found in the LICENSE file.
+
+-keep public class applymapping044.Main {
+ public static void main(...);
+}
+
+-keep,allowobfuscation class * {
+ *;
+}
+
+-applymapping test-mapping.txt