v/compiler/tests
lutherwenxu 5c79c0e743 compiler: enforce reserved keywords replacement
* compiler: Enforce reserved keywords replacement on empty value initialization

* compiler: Add test for reserved keywords enforcement

A new struct has been introduced in the tests that contains all C reserved keywords that are not reserved in V. Some read and write are tested too.
2019-09-28 14:13:09 +03:00
..
bench
local
repl
defer_test.v
enum_test.v
fn_multiple_returns_test.v
fn_test.v
interface_test.v
local_test.v
match_test.v
module_test.v
msvc_test.v
mut_test.v
option_test.v
str_gen_test.v
string_interpolation_test.v
struct_test.v