/*
* COMP 520
* Identification
*/
class fail51 {
public static void main(String[] args) {}
// permit static fields
public static int x;
}