From 56c32a94c5ec073610c1bdf1b3deedc70b3b37ce Mon Sep 17 00:00:00 2001 From: jsturm Date: Tue, 18 Nov 2003 04:19:24 +0000 Subject: * libjava.compile/PR12857.java: New test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73692 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/libjava.compile/PR12857.java | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR12857.java (limited to 'libjava/testsuite/libjava.compile') diff --git a/libjava/testsuite/libjava.compile/PR12857.java b/libjava/testsuite/libjava.compile/PR12857.java new file mode 100644 index 00000000000..9ed234ff277 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR12857.java @@ -0,0 +1,4 @@ +// Based on original test case from Yves Martin. +interface PR12857 { + static final String CONST = PR12857.class.getName(); +} -- cgit v1.2.3