mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
langref: update enum_export_error.zig for callconv changes
This commit is contained in:
parent
830230176d
commit
04ffc1c963
@ -3,4 +3,5 @@ export fn entry(foo: Foo) void {
|
|||||||
_ = foo;
|
_ = foo;
|
||||||
}
|
}
|
||||||
|
|
||||||
// obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'C'
|
// obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'x86_64_sysv'
|
||||||
|
// target=x86_64-linux
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user