| author | |
| committer | |
| log | 04ffc1c963a86712cc4be413e1d62d252d51aad2 |
| tree | 2d46bd1080a61682dacf209dd274a07502a7d74f |
| parent | 830230176df9d25c82980ba39790665e92eda13b |
| signature |
1 files changed, 2 insertions(+), 1 deletions(-)
doc/langref/enum_export_error.zig+2-1| ... | ... | @@ -3,4 +3,5 @@ export fn entry(foo: Foo) void { |
| 3 | 3 | _ = foo; |
| 4 | 4 | } |
| 5 | 5 | |
| 6 | // obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'C' | |
| 6 | // obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'x86_64_sysv' | |
| 7 | // target=x86_64-linux |