Add test for #6836 (#9602)

This commit is contained in:
Neelesh Chandola
2018-11-02 17:47:57 +05:30
committed by Andreas Rumpf
parent 234bed1b38
commit 2bc016b172

View File

@@ -26,7 +26,7 @@ macro make_test_type(idents: varargs[untyped]): untyped =
)
make_test_type(
auto, bool, catch, char, class, const_cast, default, delete, double,
auto, bool, catch, char, class, compl, const_cast, default, delete, double,
dynamic_cast, explicit, extern, false, float, friend, goto, int, long,
mutable, namespace, new, operator, private, protected, public, register,
reinterpret_cast, restrict, short, signed, sizeof, static_cast, struct, switch,