79468654

Date: 2025-02-26 05:58:36
Score: 1
Natty:
Report link

If you are playing locally, you should try

gcc -c -fdump-tree-gimple hi.c

It will generate a temp file naming like hi.c.004t.gimple.

If you are playing in an online playground, like Godbolt.

You should try to add options -dump-tree-gimple in a compiler windows

This is an example.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Xiangyu Meng