/*
  Il test contiene un errore. Quale?
*/

public class ErroreTipi {
    public static void main (String[] args) {
        int n=5;
        if (n=5) System.out.println("Non funziona!!!");
    }
}