github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/testdata/const3_error.ng (about)

     1  const i int // ERROR: const declaration cannot have type without expression
     2  
     3  print("OK")