summaryrefslogtreecommitdiff
path: root/test/files/run/t4788-separate-compilation/SAnnotation_1.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4788-separate-compilation/SAnnotation_1.java')
-rw-r--r--test/files/run/t4788-separate-compilation/SAnnotation_1.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/run/t4788-separate-compilation/SAnnotation_1.java b/test/files/run/t4788-separate-compilation/SAnnotation_1.java
new file mode 100644
index 0000000000..471f27d82a
--- /dev/null
+++ b/test/files/run/t4788-separate-compilation/SAnnotation_1.java
@@ -0,0 +1,5 @@
+import java.lang.annotation.Retention;
+import static java.lang.annotation.RetentionPolicy.SOURCE;
+
+@Retention(value=SOURCE)
+@interface SAnnotation {}