cs0214-2.cs 69 B

1234567
  1. class X {
  2. static void Main ()
  3. {
  4. int b;
  5. int a = (int *) b;
  6. }
  7. }