URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [PR8866.java] - Rev 830
Go to most recent revision | Compare with Previous | Blame | View Log
public class PR8866 { public static void main (String args[]) { String attTypeString = ""; switch (args.length) { case 1: attTypeString = "string"; case 4: attTypeString = "ID";; case 5: attTypeString = "IDREF";; case 6: attTypeString = "NMTOKEN";; case 7: attTypeString = "NOTATION";; default: ; } } }
Go to most recent revision | Compare with Previous | Blame | View Log