79797656

Date: 2025-10-23 10:13:38
Score: 2.5
Natty:
Report link

Your code is valid in C99+, but not in C89. C99 allows unnamed struct/union types in sizeof . C89 does not support anonymous structs expressions.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user31740459