Comment by throwaway2037

9 hours ago

    > You can do anything in C that you want to.

How about destructors?

You can obviously build any runtime system you desire in C, including one that parses and executes C code with additional features added in. The wisdom of doing this is questionable.

Though I've actually seen macro systems that do things akin to destructors, although less automatically.