test123

Undocumented in source.
immutable
auto test123 = q{--- test123 // Test switch i32 fun(i32 val) { switch (val) { 0 { return 40; } 1 { return 10; } 2 { return 15; } else { return 0; } } } };

Meta