mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: require assign on type alias (#6477)
This commit is contained in:
@@ -6,7 +6,7 @@ module szip
|
||||
|
||||
struct C.zip_t {}
|
||||
|
||||
type Zip C.zip_t
|
||||
type Zip = C.zip_t
|
||||
|
||||
fn C.zip_open(byteptr, int, byte) &Zip
|
||||
fn C.zip_close(&Zip)
|
||||
|
||||
Reference in New Issue
Block a user