/*
* COMP 520
* Identification
*/
class fail50 {
public static void main(String[] args) {}
// permit static members other than main
public static int foo(int parm) {
return 50;
}