zig/std
Andrew Kelley 7ce7e2c9d1 emit error for extern function
with byvalue return value or parameter.

currently we don't codegen byvalue parameters or return values
correctly for C compatibilty functions so instead of generating
incorrect code, we emit a compile error.

eventually we'll support this feature and remove the compile error.

See #180
2016-09-26 20:01:42 -04:00
..
bootstrap.zig
builtin.zig
compiler_rt.zig emit error for extern function 2016-09-26 20:01:42 -04:00
cstr.zig
darwin_x86_64.zig
darwin.zig
debug.zig
dwarf.zig
elf.zig
empty.zig
endian.zig
errno.zig
hash_map.zig
index.zig
io.zig
linux_i386.zig
linux_x86_64.zig
linux.zig
list.zig
math.zig
mem.zig
net.zig
os.zig
rand_test.zig
rand.zig
str.zig
test_runner_libc.zig
test_runner_nolibc.zig
test_runner.zig