···1212// wouldn't be allowed:
1313//
1414// inline for (.{ u8, u16, u32, u64 }) |T| {
1515-// print("{} ", .{@typeInfo(T).Int.bits});
1515+// print("{} ", .{@typeInfo(T).int.bits});
1616// }
1717//
1818// In the above example, we're looping over a list of types,