blob: 1fcf97c9b84200aa8c60f06609f0fd925a9ad6d8 [file] [log] [blame]
package wiki_in;
import java.io.IOException;
public class A_test2005 {
static void fun() throws IOException {
}
public static void main(String args[]) {
try {
/*[*/
fun();
/*]*/
} catch (Exception e) {
}
}
}