syzkaller/sys/test
Dmitry Vyukov e8b4970547 pkg/compiler: allow unions with only 1 field
Unions with only 1 field are not actually unions,
and can always be replaced with the option type.
However, they are still useful when there will be
more options in future but currently only 1 is described.
Alternatives are:
 - not using union (but then all existing programs will be
   broken when union is finally introduced)
 - adding a fake field (ugly and reduces fuzzer efficiency)

Allow unions with only 1 field.
2018-01-27 17:08:43 +01:00
..
32.go pkg/compiler: allow unions with only 1 field 2018-01-27 17:08:43 +01:00
64.go pkg/compiler: allow unions with only 1 field 2018-01-27 17:08:43 +01:00
init.go sys: move test syscalls to a separate target 2017-12-17 11:39:14 +01:00
test_32.const sys: move test syscalls to a separate target 2017-12-17 11:39:14 +01:00
test_64.const sys: move test syscalls to a separate target 2017-12-17 11:39:14 +01:00
test.txt pkg/compiler: allow unions with only 1 field 2018-01-27 17:08:43 +01:00