v2 / vlib / v / gen / c / testdata / struct_field_result_init.c.must_have
5 lines · 5 sloc · 214 bytes · 55e8faaedf64ec9e77581af873479891baf249d1
Raw
1_result_math__big__Integer _t2 = math__big__integer_from_string(_S("115792089237316195423570985008687907853269984665640564039457584007913129639747"));
2if (_t2.is_error) {
3math__big__Integer _t3 = {0};
4return _t3;
5}