mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
langref: update enum_export_error.zig for callconv changes
This commit is contained in:
parent
830230176d
commit
04ffc1c963
1 changed files with 2 additions and 1 deletions
|
|
@ -3,4 +3,5 @@ export fn entry(foo: Foo) void {
|
|||
_ = 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…
Add table
Reference in a new issue