mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: no longer allow automatic dereferncing in a = b
This commit is contained in:
@ -131,7 +131,7 @@ fn break_if_debugger_attached() {
|
||||
unsafe {
|
||||
mut ptr := &voidptr(0)
|
||||
*ptr = voidptr(0)
|
||||
_ = ptr
|
||||
//_ = ptr
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user