1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

parser: make duplicated functions an error (#8792)

This commit is contained in:
zakuro
2021-02-18 04:50:10 +09:00
committed by GitHub
parent 33d8074846
commit 21bf8fe14e
11 changed files with 33 additions and 163 deletions

View File

@ -4,9 +4,6 @@ import sync
import runtime
[trusted]
fn C.atomic_fetch_add_u32(voidptr, u32) u32
pub const (
no_result = voidptr(0)
)