stage2: better pointer source location
This commit is contained in:
committed by
Andrew Kelley
parent
29815fe9de
commit
d729173204
@@ -7,5 +7,5 @@ export fn entry() void {
|
||||
// backend=stage2
|
||||
// target=native
|
||||
//
|
||||
// :1:1: error: C pointers cannot point to non-C-ABI-compatible type 'void'
|
||||
// :1:1: note: 'void' is a zero bit type; for C 'void' use 'anyopaque'
|
||||
// :2:16: error: C pointers cannot point to non-C-ABI-compatible type 'void'
|
||||
// :2:16: note: 'void' is a zero bit type; for C 'void' use 'anyopaque'
|
||||
|
||||
Reference in New Issue
Block a user