no :: in func decls
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
native :: import "../header/include/native.h"
|
||||
|
||||
use_callback :: c_func(value native.Imported_Callback) void
|
||||
use_union :: c_func(value native.Imported_Union) void
|
||||
use_enum :: c_func(value native.Imported_Enum) void
|
||||
use_opaque :: c_func(value native.Imported_Handle) void
|
||||
use_callback c_func(value native.Imported_Callback) void
|
||||
use_union c_func(value native.Imported_Union) void
|
||||
use_enum c_func(value native.Imported_Enum) void
|
||||
use_opaque c_func(value native.Imported_Handle) void
|
||||
|
||||
main :: func() void {
|
||||
main func() void {
|
||||
_ = native.IMPORTED_BAD_EXPR
|
||||
_ = native.IMPORTED_REDEFINED_BAD
|
||||
_ = native.IMPORTED_GONE
|
||||
|
||||
Reference in New Issue
Block a user