langref: update enum_export_error.zig for callconv changes

This commit is contained in:
mlugg 2024-10-16 11:44:58 +01:00
parent 830230176d
commit 04ffc1c963
No known key found for this signature in database
GPG key ID: 3F5B7DCCBF4AF02E

View file

@ -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