Starting implementation for definite reachability analysis
[IRC.git] / Robust / src / Tests / disjoint / definite / test.java
1
2 public class Test {
3
4   static public void main( String args[] ) {
5     int x = 1;
6     System.out.println( "Hi!"+x );
7   }
8 }