reject_int_type.mx raw

   1  // expected: type 'int' is not allowed
   2  
   3  package main
   4  
   5  func f() {
   6  	var x int
   7  }
   8