Results 2 comments of Ben Crist

After a little further poking, I wondered if this might be related to `lib/compiler_rt/count0bits.zig` declaring `const __clzsi2 = switch(...) ...` where sometimes, it resolves to `fn (i32) callconv(.C) i32`, but...

I like this proposal as is, but I can also see a slight modification: `@ResultType()` seems to function basically the same as `anytype` for parameters, in that they both implicitly...